From c9c757a745bf09699b87541ff6779676926a5b69 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 22 May 2024 12:09:49 -0700 Subject: [PATCH] Update 26 to buildx 0.14.1 --- 26/cli/Dockerfile | 30 +++++----- 26/windows/windowsservercore-1809/Dockerfile | 6 +- .../windowsservercore-ltsc2022/Dockerfile | 6 +- versions.json | 56 +++++++++---------- 4 files changed, 49 insertions(+), 49 deletions(-) diff --git a/26/cli/Dockerfile b/26/cli/Dockerfile index b9eb5243d5..818a8f462e 100644 --- a/26/cli/Dockerfile +++ b/26/cli/Dockerfile @@ -55,38 +55,38 @@ RUN set -eux; \ \ docker --version -ENV DOCKER_BUILDX_VERSION 0.14.0 +ENV DOCKER_BUILDX_VERSION 0.14.1 RUN set -eux; \ \ apkArch="$(apk --print-arch)"; \ case "$apkArch" in \ 'x86_64') \ - url='https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.linux-amd64'; \ - sha256='32f8f17eca35bf2efe6c0e47f40e4692a876f34531b421efc984799a5b41226e'; \ + url='https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.linux-amd64'; \ + sha256='68e4f8895331ade982de8085a8c137b8af65f3ef95040b6c6113552243638508'; \ ;; \ 'armhf') \ - url='https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.linux-arm-v6'; \ - sha256='7a23989eb26ad27e1b7c11a38dda6a8e6a94562969c19165cf8f49e70203ad20'; \ + url='https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.linux-arm-v6'; \ + sha256='afa9324a987d71891a8a55d33fa913e4464377c71e7cc84ba68a5d4c5e803f74'; \ ;; \ 'armv7') \ - url='https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.linux-arm-v7'; \ - sha256='53b2d827510c6cff41503454caeb0d6613d5ed11201ba10f5ad6c22466cc178c'; \ + url='https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.linux-arm-v7'; \ + sha256='32f0f7d30e498c1461b97b2591e5ed348e69b6d864243a838db6d2e6dc08144d'; \ ;; \ 'aarch64') \ - url='https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.linux-arm64'; \ - sha256='38bf0ea9c48743edb8243f14272be65a2bad7092228068337aea584309ea664c'; \ + url='https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.linux-arm64'; \ + sha256='82e776e50a84293c160e8c89c125b7a86295c7aa7f30751d6a7c051c171762c1'; \ ;; \ 'ppc64le') \ - url='https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.linux-ppc64le'; \ - sha256='847e665e8f1fef3b85c6a5139d9bc57a81bae84d6a882d3ed71e2b5e2bd94bf6'; \ + url='https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.linux-ppc64le'; \ + sha256='64b62a17df3b0cd5bf88a1bc3f83cd50ebd56b403c2ebf4668b5d697fd324bc0'; \ ;; \ 'riscv64') \ - url='https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.linux-riscv64'; \ - sha256='c853c01f71b6b778b430d985813069d1ca4f2b2e7e039723298350839a556d2b'; \ + url='https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.linux-riscv64'; \ + sha256='32042b4dba38724404a063ee9851ebea1c85b46ebbfb58e7350ece04975fdc9c'; \ ;; \ 's390x') \ - url='https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.linux-s390x'; \ - sha256='6ed2520cf5b7b4b1a985622c61b62d8f65634634b0ef8b3d0594dc1550032d9d'; \ + url='https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.linux-s390x'; \ + sha256='c273b1801cdb2c78079f9c33ecec266d5104973254e4e152d0205f14d7bf7bfc'; \ ;; \ *) echo >&2 "warning: unsupported 'docker-buildx' architecture ($apkArch); skipping"; exit 0 ;; \ esac; \ diff --git a/26/windows/windowsservercore-1809/Dockerfile b/26/windows/windowsservercore-1809/Dockerfile index 134a3c8883..66fa05413f 100644 --- a/26/windows/windowsservercore-1809/Dockerfile +++ b/26/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.14.0 -ENV DOCKER_BUILDX_URL https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.windows-amd64.exe -ENV DOCKER_BUILDX_SHA256 d43f5008431fb4ffd438d14ea686ed0f9c7ef101f2dfd1f84a5670979aeb39a8 +ENV DOCKER_BUILDX_VERSION 0.14.1 +ENV DOCKER_BUILDX_URL https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.windows-amd64.exe +ENV DOCKER_BUILDX_SHA256 21830c62d2a43ef2568ad325c338e892f7d534e656795e1fa49f68a679ac5928 RUN $dir = ('{0}\docker\cli-plugins' -f $env:ProgramFiles); \ Write-Host ('Creating {0} ...' -f $dir); \ New-Item -ItemType Directory $dir -Force; \ diff --git a/26/windows/windowsservercore-ltsc2022/Dockerfile b/26/windows/windowsservercore-ltsc2022/Dockerfile index b339812f41..d7f3cddd8d 100644 --- a/26/windows/windowsservercore-ltsc2022/Dockerfile +++ b/26/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.14.0 -ENV DOCKER_BUILDX_URL https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.windows-amd64.exe -ENV DOCKER_BUILDX_SHA256 d43f5008431fb4ffd438d14ea686ed0f9c7ef101f2dfd1f84a5670979aeb39a8 +ENV DOCKER_BUILDX_VERSION 0.14.1 +ENV DOCKER_BUILDX_URL https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.windows-amd64.exe +ENV DOCKER_BUILDX_SHA256 21830c62d2a43ef2568ad325c338e892f7d534e656795e1fa49f68a679ac5928 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 958fd16a02..b1677b77e7 100644 --- a/versions.json +++ b/versions.json @@ -304,52 +304,52 @@ "buildx": { "arches": { "amd64": { - "file": "buildx-v0.14.0.linux-amd64", - "sha256": "32f8f17eca35bf2efe6c0e47f40e4692a876f34531b421efc984799a5b41226e", - "url": "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.linux-amd64" + "file": "buildx-v0.14.1.linux-amd64", + "sha256": "68e4f8895331ade982de8085a8c137b8af65f3ef95040b6c6113552243638508", + "url": "https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.linux-amd64" }, "arm32v6": { - "file": "buildx-v0.14.0.linux-arm-v6", - "sha256": "7a23989eb26ad27e1b7c11a38dda6a8e6a94562969c19165cf8f49e70203ad20", - "url": "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.linux-arm-v6" + "file": "buildx-v0.14.1.linux-arm-v6", + "sha256": "afa9324a987d71891a8a55d33fa913e4464377c71e7cc84ba68a5d4c5e803f74", + "url": "https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.linux-arm-v6" }, "arm32v7": { - "file": "buildx-v0.14.0.linux-arm-v7", - "sha256": "53b2d827510c6cff41503454caeb0d6613d5ed11201ba10f5ad6c22466cc178c", - "url": "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.linux-arm-v7" + "file": "buildx-v0.14.1.linux-arm-v7", + "sha256": "32f0f7d30e498c1461b97b2591e5ed348e69b6d864243a838db6d2e6dc08144d", + "url": "https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.linux-arm-v7" }, "arm64v8": { - "file": "buildx-v0.14.0.linux-arm64", - "sha256": "38bf0ea9c48743edb8243f14272be65a2bad7092228068337aea584309ea664c", - "url": "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.linux-arm64" + "file": "buildx-v0.14.1.linux-arm64", + "sha256": "82e776e50a84293c160e8c89c125b7a86295c7aa7f30751d6a7c051c171762c1", + "url": "https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.linux-arm64" }, "ppc64le": { - "file": "buildx-v0.14.0.linux-ppc64le", - "sha256": "847e665e8f1fef3b85c6a5139d9bc57a81bae84d6a882d3ed71e2b5e2bd94bf6", - "url": "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.linux-ppc64le" + "file": "buildx-v0.14.1.linux-ppc64le", + "sha256": "64b62a17df3b0cd5bf88a1bc3f83cd50ebd56b403c2ebf4668b5d697fd324bc0", + "url": "https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.linux-ppc64le" }, "riscv64": { - "file": "buildx-v0.14.0.linux-riscv64", - "sha256": "c853c01f71b6b778b430d985813069d1ca4f2b2e7e039723298350839a556d2b", - "url": "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.linux-riscv64" + "file": "buildx-v0.14.1.linux-riscv64", + "sha256": "32042b4dba38724404a063ee9851ebea1c85b46ebbfb58e7350ece04975fdc9c", + "url": "https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.linux-riscv64" }, "s390x": { - "file": "buildx-v0.14.0.linux-s390x", - "sha256": "6ed2520cf5b7b4b1a985622c61b62d8f65634634b0ef8b3d0594dc1550032d9d", - "url": "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.linux-s390x" + "file": "buildx-v0.14.1.linux-s390x", + "sha256": "c273b1801cdb2c78079f9c33ecec266d5104973254e4e152d0205f14d7bf7bfc", + "url": "https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.linux-s390x" }, "windows-amd64": { - "file": "buildx-v0.14.0.windows-amd64.exe", - "sha256": "d43f5008431fb4ffd438d14ea686ed0f9c7ef101f2dfd1f84a5670979aeb39a8", - "url": "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.windows-amd64.exe" + "file": "buildx-v0.14.1.windows-amd64.exe", + "sha256": "21830c62d2a43ef2568ad325c338e892f7d534e656795e1fa49f68a679ac5928", + "url": "https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.windows-amd64.exe" }, "windows-arm64v8": { - "file": "buildx-v0.14.0.windows-arm64.exe", - "sha256": "45999b08c6c50afcda184b29da797b35e5984abfb6547e075be6cf56321cf63f", - "url": "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.windows-arm64.exe" + "file": "buildx-v0.14.1.windows-arm64.exe", + "sha256": "309e6722ab7dcb236cd6844493ab5787924dd7ee83055cd46ea982e37ca273f5", + "url": "https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.windows-arm64.exe" } }, - "version": "0.14.0" + "version": "0.14.1" }, "compose": { "arches": {