ipfs-cluster/docker
Hector Sanjuan 1d256166d6 Fix #154: Update Dockerfiles
After changes on how the final docker image for go-ipfs is generated,
our Dockerfiles failed to build.

The new version is inspired on go-ipfs Dockerfile. It takes advantage
of docker >= v17.06 which allows multi-stage Dockerfiles with
several FROM directives and COPY --from. This allows build freely on a
first stage, without thinking of cleaning up, and then just copy the
final artifacts to a second, minimal image.

The Dockerfile-test is similarly updated. Minor changes have been
applied to the entrypoints.

License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2017-10-20 20:51:19 +02:00
..
cluster-restart.sh Touching up cluster restart to wait for listener clean up more effectively 2017-10-11 13:18:46 -04:00
entrypoint.sh Fix #154: Update Dockerfiles 2017-10-20 20:51:19 +02:00
random-killer.sh Docker test image random reaper (#106) 2017-06-20 12:23:11 +02:00
random-stopper.sh Docker test image random reaper (#106) 2017-06-20 12:23:11 +02:00
test-entrypoint.sh Fix #154: Update Dockerfiles 2017-10-20 20:51:19 +02:00
wait-killer-stopper.sh Docker test image random reaper (#106) 2017-06-20 12:23:11 +02:00