Skip to content

Commit 71c267e

Browse files
committed
consul 0.5.2
1 parent e81d6fd commit 71c267e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

consul-server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM gliderlabs/consul-agent:latest
22
ADD ./config /config/
3-
ADD https://dl.bintray.com/mitchellh/consul/0.5.0_web_ui.zip /tmp/webui.zip
3+
ADD https://dl.bintray.com/mitchellh/consul/0.5.2_web_ui.zip /tmp/webui.zip
44
RUN cd /tmp && unzip webui.zip && mv dist /ui && rm webui.zip
55
ENTRYPOINT ["/bin/consul", "agent", "-server", "-config-dir=/config"]

consul/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM progrium/busybox
22

3-
ADD https://dl.bintray.com/mitchellh/consul/0.5.0_linux_amd64.zip /tmp/consul.zip
3+
ADD https://dl.bintray.com/mitchellh/consul/0.5.2_linux_amd64.zip /tmp/consul.zip
44
RUN cd /bin && unzip /tmp/consul.zip && chmod +x /bin/consul && rm /tmp/consul.zip
55

66
RUN opkg-install ca-certificates && \

0 commit comments

Comments
 (0)