From 4237a69bdf31392ae333d436f33a2055409396b0 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:35:54 +0100 Subject: [PATCH 1/2] update buildx to 0.31.0 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/bake.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index 709ebd4..ce9bf1d 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -142,7 +142,7 @@ on: value: ${{ jobs.finalize.outputs.signed }} env: - BUILDX_VERSION: "v0.30.1" + BUILDX_VERSION: "v0.31.0" BUILDKIT_IMAGE: "moby/buildkit:master@sha256:bdefeba47634c596286beabe68219708ed364c4f1a5e4e9a2e160274712a0e89" # TODO: pin to a specific version when signed gha cache feature is available SBOM_IMAGE: "docker/buildkit-syft-scanner:1.10.0" BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.0.4-56" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08dd418..3a0cad5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -149,7 +149,7 @@ on: value: ${{ jobs.finalize.outputs.signed }} env: - BUILDX_VERSION: "v0.30.1" + BUILDX_VERSION: "v0.31.0" BUILDKIT_IMAGE: "moby/buildkit:master@sha256:bdefeba47634c596286beabe68219708ed364c4f1a5e4e9a2e160274712a0e89" # TODO: pin to a specific version when signed gha cache feature is available SBOM_IMAGE: "docker/buildkit-syft-scanner:1.10.0" BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.0.4-56" From a6a9671ff5ab81e507a680eb3847709c9fd0f826 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:36:47 +0100 Subject: [PATCH 2/2] update buildkit to 0.27.0 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/bake.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index ce9bf1d..05ed705 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -143,7 +143,7 @@ on: env: BUILDX_VERSION: "v0.31.0" - BUILDKIT_IMAGE: "moby/buildkit:master@sha256:bdefeba47634c596286beabe68219708ed364c4f1a5e4e9a2e160274712a0e89" # TODO: pin to a specific version when signed gha cache feature is available + BUILDKIT_IMAGE: "moby/buildkit:v0.27.0" SBOM_IMAGE: "docker/buildkit-syft-scanner:1.10.0" BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.0.4-56" DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.74.0" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a0cad5..da474be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -150,7 +150,7 @@ on: env: BUILDX_VERSION: "v0.31.0" - BUILDKIT_IMAGE: "moby/buildkit:master@sha256:bdefeba47634c596286beabe68219708ed364c4f1a5e4e9a2e160274712a0e89" # TODO: pin to a specific version when signed gha cache feature is available + BUILDKIT_IMAGE: "moby/buildkit:v0.27.0" SBOM_IMAGE: "docker/buildkit-syft-scanner:1.10.0" BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.0.4-56" DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.74.0"