Details
Details
docker-compose down --volumes; docker-compose build; docker-compose up
Then load a repository directly (no need for the init step now).
python3 -m swh.loader.git.updater --origin-url https://github.com/SoftwareHeritage/swh-storage.git
For information, to develop this, i used the composability of our
stuff introduced in (D811 \m/):
I added the following docker-compose.override.yml:
version: '2' services: swh-storage: volumes: - "${SWH_ENVIRONMENT_HOME}/swh-core:/src/swh-core"
(Note: replace $SWH_ENVIRONMENT_HOME, my local env variable, with
something that works for you)
Diff Detail
Diff Detail
- Repository
- rCDFD Dockerfiles for developers
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 3027 Build 3865: arc lint + arc unit
Event Timeline
dockerfiles/swh-storage/entrypoint.sh | ||
---|---|---|
31 | I cannot use the service=swh in the current state of swh-db-init... |