File tree 6 files changed +11
-8
lines changed
6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ RUN set -x \
26
26
&& echo 'dockremap:165536:65536' >> /etc/subuid \
27
27
&& echo 'dockremap:165536:65536' >> /etc/subgid
28
28
29
- ENV DIND_COMMIT 3b5fac462d21ca164b3778647420016315289034
29
+ # https://github.com/docker/docker/tree/master/hack/dind
30
+ ENV DIND_COMMIT 52379fa76dee07ca038624d639d9e14f4fb719ff
30
31
31
32
RUN set -ex; \
32
33
apk add --no-cache --virtual .fetch-deps libressl; \
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ RUN set -x \
28
28
&& echo 'dockremap:165536:65536' >> /etc/subuid \
29
29
&& echo 'dockremap:165536:65536' >> /etc/subgid
30
30
31
- ENV DIND_COMMIT 3b5fac462d21ca164b3778647420016315289034
31
+ # https://github.com/docker/docker/tree/master/hack/dind
32
+ ENV DIND_COMMIT 52379fa76dee07ca038624d639d9e14f4fb719ff
32
33
33
34
RUN set -ex; \
34
35
apk add --no-cache --virtual .fetch-deps libressl; \
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ RUN set -x \
28
28
&& echo 'dockremap:165536:65536' >> /etc/subuid \
29
29
&& echo 'dockremap:165536:65536' >> /etc/subgid
30
30
31
- ENV DIND_COMMIT 3b5fac462d21ca164b3778647420016315289034
31
+ # https://github.com/docker/docker/tree/master/hack/dind
32
+ ENV DIND_COMMIT 52379fa76dee07ca038624d639d9e14f4fb719ff
32
33
33
34
RUN set -ex; \
34
35
apk add --no-cache --virtual .fetch-deps libressl; \
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ RUN set -x \
28
28
&& echo 'dockremap:165536:65536' >> /etc/subuid \
29
29
&& echo 'dockremap:165536:65536' >> /etc/subgid
30
30
31
- ENV DIND_COMMIT 3b5fac462d21ca164b3778647420016315289034
31
+ # https://github.com/docker/docker/tree/master/hack/dind
32
+ ENV DIND_COMMIT 52379fa76dee07ca038624d639d9e14f4fb719ff
32
33
33
34
RUN set -ex; \
34
35
apk add --no-cache --virtual .fetch-deps libressl; \
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ RUN set -x \
28
28
&& echo 'dockremap:165536:65536' >> /etc/subuid \
29
29
&& echo 'dockremap:165536:65536' >> /etc/subgid
30
30
31
- ENV DIND_COMMIT 3b5fac462d21ca164b3778647420016315289034
31
+ # https://github.com/docker/docker/tree/master/hack/dind
32
+ ENV DIND_COMMIT %%DIND-COMMIT%%
32
33
33
34
RUN set -ex; \
34
35
apk add --no-cache --virtual .fetch-deps libressl; \
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ sed_escape_rhs() {
27
27
# "tac|tac" for http://stackoverflow.com/a/28879552/433558
28
28
dindLatest=" $( curl -fsSL ' https://github.com/docker/docker/commits/master/hack/dind.atom' | tac| tac | awk -F ' [[:space:]]*[<>/]+' ' $2 == "id" && $3 ~ /Commit/ { print $4; exit }' ) "
29
29
30
- # TODO once "Supported Docker versions" minimums at Docker 1.8+ (1.6 at time of this writing), bring this back again
31
- # sed -r -e 's/^(ENV DIND_COMMIT) .*/\1 '"$dindLatest"'/' Dockerfile-dind.template
32
-
33
30
dockerVersions=" $(
34
31
{
35
32
git ls-remote --tags https://github.com/docker/docker-ce.git
@@ -94,6 +91,7 @@ for version in "${versions[@]}"; do
94
91
-e ' s!%%DOCKER-CHANNEL%%!' " $channel " ' !g' \
95
92
-e ' s!%%DOCKER-VERSION%%!' " $fullVersion " ' !g' \
96
93
-e ' s!%%TAG%%!' " $tag " ' !g' \
94
+ -e ' s!%%DIND-COMMIT%%!' " $dindLatest " ' !g' \
97
95
-e ' s!%%ARCH-CASE%%!' " $( sed_escape_rhs " $archCase " ) " ' !g' \
98
96
" $template " > " $df "
99
97
You can’t perform that action at this time.
0 commit comments