Skip to content

Commit 56c2bab

Browse files
committed
Merge pull request #3789 from mboersma/update-etcdctl
chore(*): update etcdctl to v0.4.9
2 parents d8f012d + 67da960 commit 56c2bab

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

builder/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM alpine:3.1
44
RUN 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

controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive
66
RUN 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

database/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive
66
RUN 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

registry/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM alpine:3.1
44
RUN 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

store/base/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DEBIAN_FRONTEND=noninteractive
1616
apt-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

tests/fixtures/mock-store/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2626
git clone https://github.com/jserver/mock-s3 /app/mock-s3 --depth 1

0 commit comments

Comments
 (0)