From 719ca8954de0a951e249209b3c801baaf5cc84d9 Mon Sep 17 00:00:00 2001 From: spiddy Date: Wed, 21 Oct 2015 18:14:44 +0200 Subject: [PATCH] Upgraded captain to v0.7.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c39f6a8..cd443a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ RUN apt-get update -qq && \ RUN apt-get install -y make RUN wget -q https://github.com/docker/fig/releases/download/1.0.1/fig-Linux-x86_64 -O /usr/local/bin/fig && chmod +x /usr/local/bin/fig RUN wget -q https://github.com/docker/compose/releases/download/1.3.3/docker-compose-Linux-x86_64 -O /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose -RUN wget -q https://github.com/harbur/captain/releases/download/v0.5.0/captain_linux_amd64 -O /usr/local/bin/captain && chmod +x /usr/local/bin/captain +RUN wget -q https://github.com/harbur/captain/releases/download/v0.7.0/captain-Linux-x86_64 -O /usr/local/bin/captain && chmod +x /usr/local/bin/captain RUN wget -q http://maven.jenkins-ci.org/content/repositories/releases/org/jenkins-ci/plugins/swarm-client/1.22/swarm-client-1.22-jar-with-dependencies.jar CMD java -jar swarm-client-1.22-jar-with-dependencies.jar -master http://$MASTER_PORT_8080_TCP_ADDR:$MASTER_PORT_8080_TCP_PORT $EXTRA_PARAMS