From 288f14fc5a18f25fa5e132106b5848ad039f9693 Mon Sep 17 00:00:00 2001 From: The Oh Brothers Bot Date: Sun, 22 Oct 2023 01:17:22 +0000 Subject: [PATCH] Enhancement: Bump docker 20.10 variants to 20.10.26 Signed-off-by: The Oh Brothers Bot --- generate/definitions/versions.json | 2 +- variants/4.10.1-docker-go-1.20.10/Dockerfile | 14 ++++++------ .../Dockerfile | 22 +++++++++---------- variants/4.10.1-docker-rootless/Dockerfile | 22 +++++++++---------- variants/4.10.1-docker/Dockerfile | 14 ++++++------ variants/4.11.0-docker-go-1.20.10/Dockerfile | 14 ++++++------ .../Dockerfile | 22 +++++++++---------- variants/4.11.0-docker-rootless/Dockerfile | 22 +++++++++---------- variants/4.11.0-docker/Dockerfile | 14 ++++++------ variants/4.12.0-docker-go-1.20.10/Dockerfile | 14 ++++++------ .../Dockerfile | 22 +++++++++---------- variants/4.12.0-docker-rootless/Dockerfile | 22 +++++++++---------- variants/4.12.0-docker/Dockerfile | 14 ++++++------ variants/4.13.0-docker-go-1.20.10/Dockerfile | 14 ++++++------ .../Dockerfile | 22 +++++++++---------- variants/4.13.0-docker-rootless/Dockerfile | 22 +++++++++---------- variants/4.13.0-docker/Dockerfile | 14 ++++++------ variants/4.14.1-docker-go-1.20.10/Dockerfile | 14 ++++++------ .../Dockerfile | 22 +++++++++---------- variants/4.14.1-docker-rootless/Dockerfile | 22 +++++++++---------- variants/4.14.1-docker/Dockerfile | 14 ++++++------ variants/4.15.0-docker-go-1.20.10/Dockerfile | 14 ++++++------ .../Dockerfile | 22 +++++++++---------- variants/4.15.0-docker-rootless/Dockerfile | 22 +++++++++---------- variants/4.15.0-docker/Dockerfile | 14 ++++++------ variants/4.16.1-docker-go-1.20.10/Dockerfile | 14 ++++++------ .../Dockerfile | 22 +++++++++---------- variants/4.16.1-docker-rootless/Dockerfile | 22 +++++++++---------- variants/4.16.1-docker/Dockerfile | 14 ++++++------ variants/4.17.1-docker-go-1.20.10/Dockerfile | 14 ++++++------ .../Dockerfile | 22 +++++++++---------- variants/4.17.1-docker-rootless/Dockerfile | 22 +++++++++---------- variants/4.17.1-docker/Dockerfile | 14 ++++++------ variants/4.18.0-docker-go-1.20.10/Dockerfile | 14 ++++++------ .../Dockerfile | 22 +++++++++---------- variants/4.18.0-docker-rootless/Dockerfile | 22 +++++++++---------- variants/4.18.0-docker/Dockerfile | 14 ++++++------ variants/4.6.1-docker-go-1.20.10/Dockerfile | 14 ++++++------ .../Dockerfile | 22 +++++++++---------- variants/4.6.1-docker-rootless/Dockerfile | 22 +++++++++---------- variants/4.6.1-docker/Dockerfile | 14 ++++++------ variants/4.7.1-docker-go-1.20.10/Dockerfile | 14 ++++++------ .../Dockerfile | 22 +++++++++---------- variants/4.7.1-docker-rootless/Dockerfile | 22 +++++++++---------- variants/4.7.1-docker/Dockerfile | 14 ++++++------ variants/4.8.3-docker-go-1.20.10/Dockerfile | 14 ++++++------ .../Dockerfile | 22 +++++++++---------- variants/4.8.3-docker-rootless/Dockerfile | 22 +++++++++---------- variants/4.8.3-docker/Dockerfile | 14 ++++++------ variants/4.9.1-docker-go-1.20.10/Dockerfile | 14 ++++++------ .../Dockerfile | 22 +++++++++---------- variants/4.9.1-docker-rootless/Dockerfile | 22 +++++++++---------- variants/4.9.1-docker/Dockerfile | 14 ++++++------ 53 files changed, 469 insertions(+), 469 deletions(-) diff --git a/generate/definitions/versions.json b/generate/definitions/versions.json index e7aec7a8..a67ea2fe 100644 --- a/generate/definitions/versions.json +++ b/generate/definitions/versions.json @@ -20,7 +20,7 @@ }, "docker": { "versions": [ - "20.10.23" + "20.10.26" ], "versionsChangeScope": "minor", "versionsNewScript": "Invoke-WebRequest https://api.github.com/repos/moby/moby/git/refs/tags | ConvertFrom-Json | % { $_.ref -replace 'refs/tags/v', '' } | ? { $_ -match '^\\d+\\.\\d+\\.\\d+$' } | Sort-Object { [version]$_ } -Descending | ? { $v = [version]$_; $v.Major -eq '20' -and $v.Minor -eq '10' }" diff --git a/variants/4.10.1-docker-go-1.20.10/Dockerfile b/variants/4.10.1-docker-go-1.20.10/Dockerfile index bc39d25a..178fcfe2 100644 --- a/variants/4.10.1-docker-go-1.20.10/Dockerfile +++ b/variants/4.10.1-docker-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.10.1-docker-rootless-go-1.20.10/Dockerfile b/variants/4.10.1-docker-rootless-go-1.20.10/Dockerfile index bd479fab..490c986a 100644 --- a/variants/4.10.1-docker-rootless-go-1.20.10/Dockerfile +++ b/variants/4.10.1-docker-rootless-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.10.1-docker-rootless/Dockerfile b/variants/4.10.1-docker-rootless/Dockerfile index 73af8c23..bca2b881 100644 --- a/variants/4.10.1-docker-rootless/Dockerfile +++ b/variants/4.10.1-docker-rootless/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.10.1-docker/Dockerfile b/variants/4.10.1-docker/Dockerfile index c2cab228..4e39292e 100644 --- a/variants/4.10.1-docker/Dockerfile +++ b/variants/4.10.1-docker/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.11.0-docker-go-1.20.10/Dockerfile b/variants/4.11.0-docker-go-1.20.10/Dockerfile index f8e019f1..a3bb007c 100644 --- a/variants/4.11.0-docker-go-1.20.10/Dockerfile +++ b/variants/4.11.0-docker-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.11.0-docker-rootless-go-1.20.10/Dockerfile b/variants/4.11.0-docker-rootless-go-1.20.10/Dockerfile index bfb30846..2b5fd634 100644 --- a/variants/4.11.0-docker-rootless-go-1.20.10/Dockerfile +++ b/variants/4.11.0-docker-rootless-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.11.0-docker-rootless/Dockerfile b/variants/4.11.0-docker-rootless/Dockerfile index bdebff90..0cc9950c 100644 --- a/variants/4.11.0-docker-rootless/Dockerfile +++ b/variants/4.11.0-docker-rootless/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.11.0-docker/Dockerfile b/variants/4.11.0-docker/Dockerfile index a8daf71b..93efe535 100644 --- a/variants/4.11.0-docker/Dockerfile +++ b/variants/4.11.0-docker/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.12.0-docker-go-1.20.10/Dockerfile b/variants/4.12.0-docker-go-1.20.10/Dockerfile index 7ca711a2..b0634336 100644 --- a/variants/4.12.0-docker-go-1.20.10/Dockerfile +++ b/variants/4.12.0-docker-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.12.0-docker-rootless-go-1.20.10/Dockerfile b/variants/4.12.0-docker-rootless-go-1.20.10/Dockerfile index dc992a93..2afd3ffb 100644 --- a/variants/4.12.0-docker-rootless-go-1.20.10/Dockerfile +++ b/variants/4.12.0-docker-rootless-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.12.0-docker-rootless/Dockerfile b/variants/4.12.0-docker-rootless/Dockerfile index 282c15bc..c27170e6 100644 --- a/variants/4.12.0-docker-rootless/Dockerfile +++ b/variants/4.12.0-docker-rootless/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.12.0-docker/Dockerfile b/variants/4.12.0-docker/Dockerfile index 77cc6e40..1725587e 100644 --- a/variants/4.12.0-docker/Dockerfile +++ b/variants/4.12.0-docker/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.13.0-docker-go-1.20.10/Dockerfile b/variants/4.13.0-docker-go-1.20.10/Dockerfile index 0b979b4e..6fa4a096 100644 --- a/variants/4.13.0-docker-go-1.20.10/Dockerfile +++ b/variants/4.13.0-docker-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.13.0-docker-rootless-go-1.20.10/Dockerfile b/variants/4.13.0-docker-rootless-go-1.20.10/Dockerfile index bff5feb8..47211d19 100644 --- a/variants/4.13.0-docker-rootless-go-1.20.10/Dockerfile +++ b/variants/4.13.0-docker-rootless-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.13.0-docker-rootless/Dockerfile b/variants/4.13.0-docker-rootless/Dockerfile index ca045294..c37651ca 100644 --- a/variants/4.13.0-docker-rootless/Dockerfile +++ b/variants/4.13.0-docker-rootless/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.13.0-docker/Dockerfile b/variants/4.13.0-docker/Dockerfile index e186c401..411e5690 100644 --- a/variants/4.13.0-docker/Dockerfile +++ b/variants/4.13.0-docker/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.14.1-docker-go-1.20.10/Dockerfile b/variants/4.14.1-docker-go-1.20.10/Dockerfile index 3bd1f715..bf2c4c15 100644 --- a/variants/4.14.1-docker-go-1.20.10/Dockerfile +++ b/variants/4.14.1-docker-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.14.1-docker-rootless-go-1.20.10/Dockerfile b/variants/4.14.1-docker-rootless-go-1.20.10/Dockerfile index 61430899..9e65316b 100644 --- a/variants/4.14.1-docker-rootless-go-1.20.10/Dockerfile +++ b/variants/4.14.1-docker-rootless-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.14.1-docker-rootless/Dockerfile b/variants/4.14.1-docker-rootless/Dockerfile index ffd5ccdf..b6ad8464 100644 --- a/variants/4.14.1-docker-rootless/Dockerfile +++ b/variants/4.14.1-docker-rootless/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.14.1-docker/Dockerfile b/variants/4.14.1-docker/Dockerfile index 19594008..1ac3512b 100644 --- a/variants/4.14.1-docker/Dockerfile +++ b/variants/4.14.1-docker/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.15.0-docker-go-1.20.10/Dockerfile b/variants/4.15.0-docker-go-1.20.10/Dockerfile index 83bc35aa..007d865c 100644 --- a/variants/4.15.0-docker-go-1.20.10/Dockerfile +++ b/variants/4.15.0-docker-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.15.0-docker-rootless-go-1.20.10/Dockerfile b/variants/4.15.0-docker-rootless-go-1.20.10/Dockerfile index 4d39a829..989a0eb2 100644 --- a/variants/4.15.0-docker-rootless-go-1.20.10/Dockerfile +++ b/variants/4.15.0-docker-rootless-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.15.0-docker-rootless/Dockerfile b/variants/4.15.0-docker-rootless/Dockerfile index 03df811a..73fa8b34 100644 --- a/variants/4.15.0-docker-rootless/Dockerfile +++ b/variants/4.15.0-docker-rootless/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.15.0-docker/Dockerfile b/variants/4.15.0-docker/Dockerfile index 189f1713..c505bf10 100644 --- a/variants/4.15.0-docker/Dockerfile +++ b/variants/4.15.0-docker/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.16.1-docker-go-1.20.10/Dockerfile b/variants/4.16.1-docker-go-1.20.10/Dockerfile index a998068b..1bb3596d 100644 --- a/variants/4.16.1-docker-go-1.20.10/Dockerfile +++ b/variants/4.16.1-docker-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.16.1-docker-rootless-go-1.20.10/Dockerfile b/variants/4.16.1-docker-rootless-go-1.20.10/Dockerfile index 5089da44..dea4a362 100644 --- a/variants/4.16.1-docker-rootless-go-1.20.10/Dockerfile +++ b/variants/4.16.1-docker-rootless-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.16.1-docker-rootless/Dockerfile b/variants/4.16.1-docker-rootless/Dockerfile index e215e317..4f27694e 100644 --- a/variants/4.16.1-docker-rootless/Dockerfile +++ b/variants/4.16.1-docker-rootless/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.16.1-docker/Dockerfile b/variants/4.16.1-docker/Dockerfile index 41c104c4..79e657dd 100644 --- a/variants/4.16.1-docker/Dockerfile +++ b/variants/4.16.1-docker/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.17.1-docker-go-1.20.10/Dockerfile b/variants/4.17.1-docker-go-1.20.10/Dockerfile index 0399a689..9844e17a 100644 --- a/variants/4.17.1-docker-go-1.20.10/Dockerfile +++ b/variants/4.17.1-docker-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.17.1-docker-rootless-go-1.20.10/Dockerfile b/variants/4.17.1-docker-rootless-go-1.20.10/Dockerfile index 08486033..7e088f28 100644 --- a/variants/4.17.1-docker-rootless-go-1.20.10/Dockerfile +++ b/variants/4.17.1-docker-rootless-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.17.1-docker-rootless/Dockerfile b/variants/4.17.1-docker-rootless/Dockerfile index b68a6ae7..88416751 100644 --- a/variants/4.17.1-docker-rootless/Dockerfile +++ b/variants/4.17.1-docker-rootless/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.17.1-docker/Dockerfile b/variants/4.17.1-docker/Dockerfile index b96aeed1..8115fc43 100644 --- a/variants/4.17.1-docker/Dockerfile +++ b/variants/4.17.1-docker/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.18.0-docker-go-1.20.10/Dockerfile b/variants/4.18.0-docker-go-1.20.10/Dockerfile index a8f2a473..c0391f01 100644 --- a/variants/4.18.0-docker-go-1.20.10/Dockerfile +++ b/variants/4.18.0-docker-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.18.0-docker-rootless-go-1.20.10/Dockerfile b/variants/4.18.0-docker-rootless-go-1.20.10/Dockerfile index f82aa2ad..8ea35b11 100644 --- a/variants/4.18.0-docker-rootless-go-1.20.10/Dockerfile +++ b/variants/4.18.0-docker-rootless-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.18.0-docker-rootless/Dockerfile b/variants/4.18.0-docker-rootless/Dockerfile index a49750ae..4a66b7f3 100644 --- a/variants/4.18.0-docker-rootless/Dockerfile +++ b/variants/4.18.0-docker-rootless/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.18.0-docker/Dockerfile b/variants/4.18.0-docker/Dockerfile index 23348271..bb0dba54 100644 --- a/variants/4.18.0-docker/Dockerfile +++ b/variants/4.18.0-docker/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.6.1-docker-go-1.20.10/Dockerfile b/variants/4.6.1-docker-go-1.20.10/Dockerfile index aa844ef7..afa50293 100644 --- a/variants/4.6.1-docker-go-1.20.10/Dockerfile +++ b/variants/4.6.1-docker-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.6.1-docker-rootless-go-1.20.10/Dockerfile b/variants/4.6.1-docker-rootless-go-1.20.10/Dockerfile index 8402e821..5743aa32 100644 --- a/variants/4.6.1-docker-rootless-go-1.20.10/Dockerfile +++ b/variants/4.6.1-docker-rootless-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.6.1-docker-rootless/Dockerfile b/variants/4.6.1-docker-rootless/Dockerfile index 81fbea56..4838d91c 100644 --- a/variants/4.6.1-docker-rootless/Dockerfile +++ b/variants/4.6.1-docker-rootless/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.6.1-docker/Dockerfile b/variants/4.6.1-docker/Dockerfile index 7a03cefe..c23b8af9 100644 --- a/variants/4.6.1-docker/Dockerfile +++ b/variants/4.6.1-docker/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.7.1-docker-go-1.20.10/Dockerfile b/variants/4.7.1-docker-go-1.20.10/Dockerfile index da894f89..12466f83 100644 --- a/variants/4.7.1-docker-go-1.20.10/Dockerfile +++ b/variants/4.7.1-docker-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.7.1-docker-rootless-go-1.20.10/Dockerfile b/variants/4.7.1-docker-rootless-go-1.20.10/Dockerfile index 7281f280..2725f41d 100644 --- a/variants/4.7.1-docker-rootless-go-1.20.10/Dockerfile +++ b/variants/4.7.1-docker-rootless-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.7.1-docker-rootless/Dockerfile b/variants/4.7.1-docker-rootless/Dockerfile index 56171fd7..2b949561 100644 --- a/variants/4.7.1-docker-rootless/Dockerfile +++ b/variants/4.7.1-docker-rootless/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.7.1-docker/Dockerfile b/variants/4.7.1-docker/Dockerfile index bbd95edb..2f6f54ad 100644 --- a/variants/4.7.1-docker/Dockerfile +++ b/variants/4.7.1-docker/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.8.3-docker-go-1.20.10/Dockerfile b/variants/4.8.3-docker-go-1.20.10/Dockerfile index dad34be1..a9e84b57 100644 --- a/variants/4.8.3-docker-go-1.20.10/Dockerfile +++ b/variants/4.8.3-docker-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.8.3-docker-rootless-go-1.20.10/Dockerfile b/variants/4.8.3-docker-rootless-go-1.20.10/Dockerfile index 4e774a93..83494dc7 100644 --- a/variants/4.8.3-docker-rootless-go-1.20.10/Dockerfile +++ b/variants/4.8.3-docker-rootless-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.8.3-docker-rootless/Dockerfile b/variants/4.8.3-docker-rootless/Dockerfile index d497873f..394c32d1 100644 --- a/variants/4.8.3-docker-rootless/Dockerfile +++ b/variants/4.8.3-docker-rootless/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.8.3-docker/Dockerfile b/variants/4.8.3-docker/Dockerfile index 721634b3..beab81cf 100644 --- a/variants/4.8.3-docker/Dockerfile +++ b/variants/4.8.3-docker/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.9.1-docker-go-1.20.10/Dockerfile b/variants/4.9.1-docker-go-1.20.10/Dockerfile index f4d2f522..0f55db07 100644 --- a/variants/4.9.1-docker-go-1.20.10/Dockerfile +++ b/variants/4.9.1-docker-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ diff --git a/variants/4.9.1-docker-rootless-go-1.20.10/Dockerfile b/variants/4.9.1-docker-rootless-go-1.20.10/Dockerfile index 98670fc2..29f26e2c 100644 --- a/variants/4.9.1-docker-rootless-go-1.20.10/Dockerfile +++ b/variants/4.9.1-docker-rootless-go-1.20.10/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.9.1-docker-rootless/Dockerfile b/variants/4.9.1-docker-rootless/Dockerfile index be542580..194de8de 100644 --- a/variants/4.9.1-docker-rootless/Dockerfile +++ b/variants/4.9.1-docker-rootless/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \ @@ -192,16 +192,16 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-rootless-extras-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-20.10.26.tgz'; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.9.1-docker/Dockerfile b/variants/4.9.1-docker/Dockerfile index f534068d..47217af7 100644 --- a/variants/4.9.1-docker/Dockerfile +++ b/variants/4.9.1-docker/Dockerfile @@ -143,23 +143,23 @@ RUN set -eux; \ RUN set -eux; \ case "$( uname -m )" in \ 'x86_64') \ - URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.26.tgz'; \ ;; \ 'armhf') \ - URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armel/docker-20.10.26.tgz'; \ ;; \ 'armv7') \ - URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/armhf/docker-20.10.26.tgz'; \ ;; \ 'aarch64') \ - URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.23.tgz'; \ + URL='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.26.tgz'; \ ;; \ # These architectures are no longer supported as of docker 20.10.x # 'ppc64le') \ - # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/ppc64le/docker-20.10.26.tgz'; \ # ;; \ # 's390x') \ - # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.23.tgz'; \ + # URL='https://download.docker.com/linux/static/stable/s390x/docker-20.10.26.tgz'; \ # ;; \ *) \ echo "Architecture not supported"; \ @@ -176,7 +176,7 @@ RUN set -eux; \ dockerd --version; \ runc --version # Install bash completion -RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.23/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker +RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.26/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker # Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/ RUN set -eux; \ addgroup docker; \