1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 05:52:20 +08:00

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>
This commit is contained in:
Lars Gierth
2016-02-04 04:19:14 +01:00
committed by Jeromy
parent 2263539c1c
commit 81c8cffee9
8 changed files with 148 additions and 54 deletions

View File

@ -1 +1,3 @@
.git
cmd/ipfs/ipfs
vendor/gx/
test/