-
- Downloads
Rework the Dockerfile
- Have two Dockerfiles doing essentially the same,
but optimized for build time (for tests)
and image size (for Docker Hub)
- Fetch gx dependencies
- Expose port 4002 for utp
- Specify go version, currently 1.5.3-r0
- Create ephemeral fs-repo if none is mounted
- Have t0300-docker-image actually test IPFS, not just an echo
- Make everything a bit less hardcoded
- Remove dead shacheck
License: MIT
Signed-off-by:
Lars Gierth <larsg@systemli.org>
Showing
- .dockerignore 3 additions, 1 deletion.dockerignore
- Dockerfile 62 additions, 23 deletionsDockerfile
- bin/container_daemon 9 additions, 8 deletionsbin/container_daemon
- bin/container_shacheck 0 additions, 10 deletionsbin/container_shacheck
- test/3nodetest/Makefile 1 addition, 1 deletiontest/3nodetest/Makefile
- test/Dockerfile 54 additions, 0 deletionstest/Dockerfile
- test/ipfs-test-lib.sh 4 additions, 4 deletionstest/ipfs-test-lib.sh
- test/sharness/t0300-docker-image.sh 13 additions, 5 deletionstest/sharness/t0300-docker-image.sh
Loading
Please register or sign in to comment