File tree Expand file tree Collapse file tree
tests/fixtures/mock-store Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM alpine:3.1
44RUN apk add --update-cache curl bash sudo && rm -rf /var/cache/apk/*
55
66# install etcdctl
7- RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/opdemand /etcdctl-v0.4.6 \
7+ RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/get-deis /etcdctl-v0.4.9 \
88 && chmod +x /usr/local/bin/etcdctl
99
1010# install confd
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive
66RUN apk add --update-cache curl bash sudo && rm -rf /var/cache/apk/*
77
88# install etcdctl
9- RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/opdemand /etcdctl-v0.4.6 \
9+ RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/get-deis /etcdctl-v0.4.9 \
1010 && chmod +x /usr/local/bin/etcdctl
1111
1212# install confd
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive
66RUN apk add --update-cache curl bash sudo && rm -rf /var/cache/apk/*
77
88# install etcdctl
9- RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/opdemand /etcdctl-v0.4.6 \
9+ RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/get-deis /etcdctl-v0.4.9 \
1010 && chmod +x /usr/local/bin/etcdctl
1111
1212# install confd
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM alpine:3.1
44RUN apk add --update-cache curl bash sudo && rm -rf /var/cache/apk/*
55
66# install etcdctl
7- RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/opdemand /etcdctl-v0.4.6 \
7+ RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/get-deis /etcdctl-v0.4.9 \
88 && chmod +x /usr/local/bin/etcdctl
99
1010# install confd
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ DEBIAN_FRONTEND=noninteractive
1616apt-get update && apt-get install -y curl net-tools sudo
1717
1818# install etcdctl
19- curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/opdemand /etcdctl-v0.4.6 \
19+ curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/get-deis /etcdctl-v0.4.9 \
2020 && chmod +x /usr/local/bin/etcdctl
2121
2222# install confd
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ apk add --update-cache \
2020 python-dev
2121
2222# install etcdctl
23- curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/opdemand /etcdctl-v0.4.6 \
23+ curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/get-deis /etcdctl-v0.4.9 \
2424 && chmod +x /usr/local/bin/etcdctl
2525
2626git clone https://github.com/jserver/mock-s3 /app/mock-s3 --depth 1
You can’t perform that action at this time.
0 commit comments