File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/get-d
88 && chmod +x /usr/local/bin/etcdctl
99
1010# install confd
11- RUN curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v0.9 .0/confd-0.9 .0-linux-amd64 \
11+ RUN curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v0.10 .0/confd-0.10 .0-linux-amd64 \
1212 && chmod +x /usr/local/bin/confd
1313
1414RUN apk add --update-cache \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/get-d
1010 && chmod +x /usr/local/bin/etcdctl
1111
1212# install confd
13- RUN curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v0.9 .0/confd-0.9 .0-linux-amd64 \
13+ RUN curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v0.10 .0/confd-0.10 .0-linux-amd64 \
1414 && chmod +x /usr/local/bin/confd
1515
1616# define execution environment
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/get-d
1010 && chmod +x /usr/local/bin/etcdctl
1111
1212# install confd
13- RUN curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v0.9 .0/confd-0.9 .0-linux-amd64 \
13+ RUN curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v0.10 .0/confd-0.10 .0-linux-amd64 \
1414 && chmod +x /usr/local/bin/confd
1515
1616ADD build.sh /tmp/build.sh
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/get-d
88 && chmod +x /usr/local/bin/etcdctl
99
1010# install confd
11- RUN curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v0.9 .0/confd-0.9 .0-linux-amd64 \
11+ RUN curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v0.10 .0/confd-0.10 .0-linux-amd64 \
1212 && chmod +x /usr/local/bin/confd
1313
1414ENV DOCKER_REGISTRY_CONFIG /docker-registry/config/config.yml
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/get-deis/
2020 && chmod +x /usr/local/bin/etcdctl
2121
2222# install confd
23- CONFD_VERSION=0.9 .0
23+ CONFD_VERSION=0.10 .0
2424curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v$CONFD_VERSION /confd-$CONFD_VERSION -linux-amd64 \
2525 && chmod +x /usr/local/bin/confd
2626
You can’t perform that action at this time.
0 commit comments