Skip to content

Commit bf1c9f5

Browse files
Update 20.10-rc to 20.10.0-rc2
1 parent c8b077b commit bf1c9f5

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

20.10-rc/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apk add --no-cache \
1717
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
1818
RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
1919

20-
ENV DOCKER_VERSION 20.10.0-rc1
20+
ENV DOCKER_VERSION 20.10.0-rc2
2121
# TODO ENV DOCKER_SHA256
2222
# https://github.com/docker/docker-ce/blob/5b073ee2cf564edee5adca05eee574142f7627bb/components/packaging/static/hash_files !!
2323
# (no SHA file artifacts on download.docker.com yet as of 2017-06-07 though)
@@ -27,16 +27,16 @@ RUN set -eux; \
2727
apkArch="$(apk --print-arch)"; \
2828
case "$apkArch" in \
2929
'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'; \
3131
;; \
3232
'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'; \
3434
;; \
3535
'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'; \
3737
;; \
3838
'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'; \
4040
;; \
4141
*) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; \
4242
esac; \

20.10-rc/dind-rootless/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -eux; \
2424
apkArch="$(apk --print-arch)"; \
2525
case "$apkArch" in \
2626
'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'; \
2828
;; \
2929
*) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; \
3030
esac; \

versions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@
5555
"alpine": "3.12",
5656
"arches": {
5757
"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"
6060
},
6161
"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"
6363
},
6464
"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"
6666
},
6767
"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"
6969
}
7070
},
7171
"dindCommit": "ed89041433a031cafc0a0f19cfe573c31688d377",
@@ -75,6 +75,6 @@
7575
"dind-rootless",
7676
"git"
7777
],
78-
"version": "20.10.0-rc1"
78+
"version": "20.10.0-rc2"
7979
}
8080
}

0 commit comments

Comments
 (0)