From e4f50f81c8421f07f3e4b546c8b5313bd0042ef5 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 30 Oct 2024 16:04:15 -0700 Subject: [PATCH] Update 27 to buildx 0.18.0 --- 27/cli/Dockerfile | 30 +++++----- 27/windows/windowsservercore-1809/Dockerfile | 6 +- .../windowsservercore-ltsc2022/Dockerfile | 6 +- versions.json | 56 +++++++++---------- 4 files changed, 49 insertions(+), 49 deletions(-) diff --git a/27/cli/Dockerfile b/27/cli/Dockerfile index 3f6e5eca9..03addd490 100644 --- a/27/cli/Dockerfile +++ b/27/cli/Dockerfile @@ -57,38 +57,38 @@ RUN set -eux; \ \ docker --version -ENV DOCKER_BUILDX_VERSION 0.17.1 +ENV DOCKER_BUILDX_VERSION 0.18.0 RUN set -eux; \ \ apkArch="$(apk --print-arch)"; \ case "$apkArch" in \ 'x86_64') \ - url='https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.linux-amd64'; \ - sha256='aa7a9778349e1a8ace685e4c51a1d33e7a9b0aa6925d1c625b09cb3800eba696'; \ + url='https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.linux-amd64'; \ + sha256='4fe2eb90ac22b27fa03734899fcf814aa1e214a4952b9b30b20d551baf1d9a5c'; \ ;; \ 'armhf') \ - url='https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.linux-arm-v6'; \ - sha256='8c287b02430036d42323052e228ee8e26a6e7f7c5858b170f6f82be812d8043b'; \ + url='https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.linux-arm-v6'; \ + sha256='f438c1845f515b7deda0d7f325752f5652f2206a34ab2fff611f8a8717fb8907'; \ ;; \ 'armv7') \ - url='https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.linux-arm-v7'; \ - sha256='5454c2feddb76000c22cb8abafe8f4a03e6fee12aae9031f9e02b661e76012c8'; \ + url='https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.linux-arm-v7'; \ + sha256='606e449ac112615e0bffe6c433e59e84145e6963119ea397227381b86da3a880'; \ ;; \ 'aarch64') \ - url='https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.linux-arm64'; \ - sha256='de05dccd47932eb9fd6e63781ab29d2b0b2c834bbdd19b51d7ea452b1fe378d3'; \ + url='https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.linux-arm64'; \ + sha256='da9742321bb462547ebde69bf8420ac07b2a2c80fb57260f539bfc9f312becd6'; \ ;; \ 'ppc64le') \ - url='https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.linux-ppc64le'; \ - sha256='29b4f2de5a1e6ecb4096868111d693a8ba4aaf144d535242ce19fc4154f94a4e'; \ + url='https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.linux-ppc64le'; \ + sha256='ef63b95d022c53b41b2404aef7ca77c2e775f2be63566d2af00260ed13c51984'; \ ;; \ 'riscv64') \ - url='https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.linux-riscv64'; \ - sha256='e67d26acb10c4529b9b5ca4e20781865d63e538228c566af6d1e91da65cdb992'; \ + url='https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.linux-riscv64'; \ + sha256='49dd68603c992b6755fc7c8a7762fbbe689f2aca97a55a513c978e02582f9a81'; \ ;; \ 's390x') \ - url='https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.linux-s390x'; \ - sha256='9a3a4376025d1c2771ac69aceff0bcb19a2594413e318a34455af037ce903f06'; \ + url='https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.linux-s390x'; \ + sha256='f4a69adac9a2734ab191c29529f54012b289884b626d75baa3cf0471b0241f58'; \ ;; \ *) echo >&2 "warning: unsupported 'docker-buildx' architecture ($apkArch); skipping"; exit 0 ;; \ esac; \ diff --git a/27/windows/windowsservercore-1809/Dockerfile b/27/windows/windowsservercore-1809/Dockerfile index 2719fd755..34ad5e374 100644 --- a/27/windows/windowsservercore-1809/Dockerfile +++ b/27/windows/windowsservercore-1809/Dockerfile @@ -40,9 +40,9 @@ RUN Write-Host ('Downloading {0} ...' -f $env:DOCKER_URL); \ Write-Host 'Complete.'; # https://github.com/docker-library/docker/issues/409#issuecomment-1462868414 -ENV DOCKER_BUILDX_VERSION 0.17.1 -ENV DOCKER_BUILDX_URL https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.windows-amd64.exe -ENV DOCKER_BUILDX_SHA256 8751c926b953edf6dd9c7db0b01e567033c407e85bb5f21d559199e2553a07cc +ENV DOCKER_BUILDX_VERSION 0.18.0 +ENV DOCKER_BUILDX_URL https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.windows-amd64.exe +ENV DOCKER_BUILDX_SHA256 85f9218497427f8a1d4e09fa73b7133b555f8017cffc24c4ffc9640668b61dca RUN $dir = ('{0}\docker\cli-plugins' -f $env:ProgramFiles); \ Write-Host ('Creating {0} ...' -f $dir); \ New-Item -ItemType Directory $dir -Force; \ diff --git a/27/windows/windowsservercore-ltsc2022/Dockerfile b/27/windows/windowsservercore-ltsc2022/Dockerfile index 383df4161..f98b64114 100644 --- a/27/windows/windowsservercore-ltsc2022/Dockerfile +++ b/27/windows/windowsservercore-ltsc2022/Dockerfile @@ -40,9 +40,9 @@ RUN Write-Host ('Downloading {0} ...' -f $env:DOCKER_URL); \ Write-Host 'Complete.'; # https://github.com/docker-library/docker/issues/409#issuecomment-1462868414 -ENV DOCKER_BUILDX_VERSION 0.17.1 -ENV DOCKER_BUILDX_URL https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.windows-amd64.exe -ENV DOCKER_BUILDX_SHA256 8751c926b953edf6dd9c7db0b01e567033c407e85bb5f21d559199e2553a07cc +ENV DOCKER_BUILDX_VERSION 0.18.0 +ENV DOCKER_BUILDX_URL https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.windows-amd64.exe +ENV DOCKER_BUILDX_SHA256 85f9218497427f8a1d4e09fa73b7133b555f8017cffc24c4ffc9640668b61dca RUN $dir = ('{0}\docker\cli-plugins' -f $env:ProgramFiles); \ Write-Host ('Creating {0} ...' -f $dir); \ New-Item -ItemType Directory $dir -Force; \ diff --git a/versions.json b/versions.json index fe0580d1a..b41595b9a 100644 --- a/versions.json +++ b/versions.json @@ -22,52 +22,52 @@ "buildx": { "arches": { "amd64": { - "file": "buildx-v0.17.1.linux-amd64", - "sha256": "aa7a9778349e1a8ace685e4c51a1d33e7a9b0aa6925d1c625b09cb3800eba696", - "url": "https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.linux-amd64" + "file": "buildx-v0.18.0.linux-amd64", + "sha256": "4fe2eb90ac22b27fa03734899fcf814aa1e214a4952b9b30b20d551baf1d9a5c", + "url": "https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.linux-amd64" }, "arm32v6": { - "file": "buildx-v0.17.1.linux-arm-v6", - "sha256": "8c287b02430036d42323052e228ee8e26a6e7f7c5858b170f6f82be812d8043b", - "url": "https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.linux-arm-v6" + "file": "buildx-v0.18.0.linux-arm-v6", + "sha256": "f438c1845f515b7deda0d7f325752f5652f2206a34ab2fff611f8a8717fb8907", + "url": "https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.linux-arm-v6" }, "arm32v7": { - "file": "buildx-v0.17.1.linux-arm-v7", - "sha256": "5454c2feddb76000c22cb8abafe8f4a03e6fee12aae9031f9e02b661e76012c8", - "url": "https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.linux-arm-v7" + "file": "buildx-v0.18.0.linux-arm-v7", + "sha256": "606e449ac112615e0bffe6c433e59e84145e6963119ea397227381b86da3a880", + "url": "https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.linux-arm-v7" }, "arm64v8": { - "file": "buildx-v0.17.1.linux-arm64", - "sha256": "de05dccd47932eb9fd6e63781ab29d2b0b2c834bbdd19b51d7ea452b1fe378d3", - "url": "https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.linux-arm64" + "file": "buildx-v0.18.0.linux-arm64", + "sha256": "da9742321bb462547ebde69bf8420ac07b2a2c80fb57260f539bfc9f312becd6", + "url": "https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.linux-arm64" }, "ppc64le": { - "file": "buildx-v0.17.1.linux-ppc64le", - "sha256": "29b4f2de5a1e6ecb4096868111d693a8ba4aaf144d535242ce19fc4154f94a4e", - "url": "https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.linux-ppc64le" + "file": "buildx-v0.18.0.linux-ppc64le", + "sha256": "ef63b95d022c53b41b2404aef7ca77c2e775f2be63566d2af00260ed13c51984", + "url": "https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.linux-ppc64le" }, "riscv64": { - "file": "buildx-v0.17.1.linux-riscv64", - "sha256": "e67d26acb10c4529b9b5ca4e20781865d63e538228c566af6d1e91da65cdb992", - "url": "https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.linux-riscv64" + "file": "buildx-v0.18.0.linux-riscv64", + "sha256": "49dd68603c992b6755fc7c8a7762fbbe689f2aca97a55a513c978e02582f9a81", + "url": "https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.linux-riscv64" }, "s390x": { - "file": "buildx-v0.17.1.linux-s390x", - "sha256": "9a3a4376025d1c2771ac69aceff0bcb19a2594413e318a34455af037ce903f06", - "url": "https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.linux-s390x" + "file": "buildx-v0.18.0.linux-s390x", + "sha256": "f4a69adac9a2734ab191c29529f54012b289884b626d75baa3cf0471b0241f58", + "url": "https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.linux-s390x" }, "windows-amd64": { - "file": "buildx-v0.17.1.windows-amd64.exe", - "sha256": "8751c926b953edf6dd9c7db0b01e567033c407e85bb5f21d559199e2553a07cc", - "url": "https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.windows-amd64.exe" + "file": "buildx-v0.18.0.windows-amd64.exe", + "sha256": "85f9218497427f8a1d4e09fa73b7133b555f8017cffc24c4ffc9640668b61dca", + "url": "https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.windows-amd64.exe" }, "windows-arm64v8": { - "file": "buildx-v0.17.1.windows-arm64.exe", - "sha256": "e9c302fb36d16ba8df5488f536a66966f807c4342efc59f5b669d31cd0370d67", - "url": "https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.windows-arm64.exe" + "file": "buildx-v0.18.0.windows-arm64.exe", + "sha256": "d4146509a4c3ba414bff214a69f54c6faa755f3f47f1b581bbbbbacef6453a3f", + "url": "https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.windows-arm64.exe" } }, - "version": "0.17.1" + "version": "0.18.0" }, "compose": { "arches": {