File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN apk add --no-cache \
17
17
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
18
18
RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
19
19
20
- ENV DOCKER_VERSION 20.10.0-rc1
20
+ ENV DOCKER_VERSION 20.10.0-rc2
21
21
# TODO ENV DOCKER_SHA256
22
22
# https://github.com/docker/docker-ce/blob/5b073ee2cf564edee5adca05eee574142f7627bb/components/packaging/static/hash_files !!
23
23
# (no SHA file artifacts on download.docker.com yet as of 2017-06-07 though)
@@ -27,16 +27,16 @@ RUN set -eux; \
27
27
apkArch="$(apk --print-arch)" ; \
28
28
case "$apkArch" in \
29
29
'x86_64' ) \
30
- url='https://download.docker.com/linux/static/test/x86_64/docker-20.10.0-rc1 .tgz' ; \
30
+ url='https://download.docker.com/linux/static/test/x86_64/docker-20.10.0-rc2 .tgz' ; \
31
31
;; \
32
32
'armhf' ) \
33
- url='https://download.docker.com/linux/static/test/armel/docker-20.10.0-rc1 .tgz' ; \
33
+ url='https://download.docker.com/linux/static/test/armel/docker-20.10.0-rc2 .tgz' ; \
34
34
;; \
35
35
'armv7' ) \
36
- url='https://download.docker.com/linux/static/test/armhf/docker-20.10.0-rc1 .tgz' ; \
36
+ url='https://download.docker.com/linux/static/test/armhf/docker-20.10.0-rc2 .tgz' ; \
37
37
;; \
38
38
'aarch64' ) \
39
- url='https://download.docker.com/linux/static/test/aarch64/docker-20.10.0-rc1 .tgz' ; \
39
+ url='https://download.docker.com/linux/static/test/aarch64/docker-20.10.0-rc2 .tgz' ; \
40
40
;; \
41
41
*) echo >&2 "error: unsupported architecture ($apkArch)" ; exit 1 ;; \
42
42
esac; \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN set -eux; \
24
24
apkArch="$(apk --print-arch)" ; \
25
25
case "$apkArch" in \
26
26
'x86_64' ) \
27
- url='https://download.docker.com/linux/static/test/x86_64/docker-rootless-extras-20.10.0-rc1 .tgz' ; \
27
+ url='https://download.docker.com/linux/static/test/x86_64/docker-rootless-extras-20.10.0-rc2 .tgz' ; \
28
28
;; \
29
29
*) echo >&2 "error: unsupported architecture ($apkArch)" ; exit 1 ;; \
30
30
esac; \
Original file line number Diff line number Diff line change 55
55
"alpine" : " 3.12" ,
56
56
"arches" : {
57
57
"amd64" : {
58
- "dockerUrl" : " https://download.docker.com/linux/static/test/x86_64/docker-20.10.0-rc1 .tgz" ,
59
- "rootlessExtrasUrl" : " https://download.docker.com/linux/static/test/x86_64/docker-rootless-extras-20.10.0-rc1 .tgz"
58
+ "dockerUrl" : " https://download.docker.com/linux/static/test/x86_64/docker-20.10.0-rc2 .tgz" ,
59
+ "rootlessExtrasUrl" : " https://download.docker.com/linux/static/test/x86_64/docker-rootless-extras-20.10.0-rc2 .tgz"
60
60
},
61
61
"arm32v6" : {
62
- "dockerUrl" : " https://download.docker.com/linux/static/test/armel/docker-20.10.0-rc1 .tgz"
62
+ "dockerUrl" : " https://download.docker.com/linux/static/test/armel/docker-20.10.0-rc2 .tgz"
63
63
},
64
64
"arm32v7" : {
65
- "dockerUrl" : " https://download.docker.com/linux/static/test/armhf/docker-20.10.0-rc1 .tgz"
65
+ "dockerUrl" : " https://download.docker.com/linux/static/test/armhf/docker-20.10.0-rc2 .tgz"
66
66
},
67
67
"arm64v8" : {
68
- "dockerUrl" : " https://download.docker.com/linux/static/test/aarch64/docker-20.10.0-rc1 .tgz"
68
+ "dockerUrl" : " https://download.docker.com/linux/static/test/aarch64/docker-20.10.0-rc2 .tgz"
69
69
}
70
70
},
71
71
"dindCommit" : " ed89041433a031cafc0a0f19cfe573c31688d377" ,
75
75
" dind-rootless" ,
76
76
" git"
77
77
],
78
- "version" : " 20.10.0-rc1 "
78
+ "version" : " 20.10.0-rc2 "
79
79
}
80
80
}
You can’t perform that action at this time.
0 commit comments