Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
versioned
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Jun 30, 2015
1 parent e5f436e commit 666d576
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion consul-agent/Dockerfile → 0.5/consul-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gliderlabs/consul:latest
FROM gliderlabs/consul:0.5
ADD ./config /config/
EXPOSE 8300 8301 8301/udp 8302 8302/udp 8400 8500 8600 8600/udp
ENV DNS_RESOLVES consul
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion consul-server/Dockerfile → 0.5/consul-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gliderlabs/consul-agent:latest
FROM gliderlabs/consul:0.5
ADD ./config /config/
ADD https://dl.bintray.com/mitchellh/consul/0.5.2_web_ui.zip /tmp/webui.zip
RUN cd /tmp && unzip webui.zip && mv dist /ui && rm webui.zip
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions consul/Dockerfile → 0.5/consul/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM alpine:3.2

RUN apk --update add curl ca-certificates && \
curl -Ls https://circle-artifacts.com/gh/andyshinn/alpine-pkg-glibc/6/artifacts/0/home/ubuntu/alpine-pkg-glibc/packages/x86_64/glibc-2.21-r2.apk > /tmp/glibc-2.21-r2.apk && \
apk add --allow-untrusted /tmp/glibc-2.21-r2.apk && \
rm -rf /tmp/glibc-2.21-r2.apk /var/cache/apk/*

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

Expand Down
File renamed without changes.

0 comments on commit 666d576

Please sign in to comment.