From b2ffab917ff30c2875915b4cacef186d78fb6331 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 28 Aug 2025 10:25:29 +0200 Subject: [PATCH 1/3] update buildkit to 0.24.0-rc1 and buildx to 0.28.0-rc1 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- dev.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e745d6..ca9b85f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ on: env: NODE_VERSION: "20" BUILDX_VERSION: "edge" - BUILDKIT_IMAGE: "moby/buildkit:v0.23.2" + BUILDKIT_IMAGE: "moby/buildkit:v0.24.0-rc1" jobs: test: diff --git a/dev.Dockerfile b/dev.Dockerfile index 6b77516..b032738 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -16,7 +16,7 @@ ARG NODE_VERSION=20 ARG DOCKER_VERSION=28.3 -ARG BUILDX_VERSION=0.27.0 +ARG BUILDX_VERSION=0.28.0-rc1 ARG COMPOSE_VERSION=2.39.1 ARG UNDOCK_VERSION=0.10.0 ARG REGCTL_VERSION=v0.8.2 From bd650814004926af4733705597d1af3fde16a99d Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sun, 31 Aug 2025 08:39:45 +0200 Subject: [PATCH 2/3] update buildkit to 0.24.0-rc2 and buildx to 0.28.0-rc2 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- dev.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca9b85f..f68c1b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ on: env: NODE_VERSION: "20" BUILDX_VERSION: "edge" - BUILDKIT_IMAGE: "moby/buildkit:v0.24.0-rc1" + BUILDKIT_IMAGE: "moby/buildkit:v0.24.0-rc2" jobs: test: diff --git a/dev.Dockerfile b/dev.Dockerfile index b032738..f779e4b 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -16,7 +16,7 @@ ARG NODE_VERSION=20 ARG DOCKER_VERSION=28.3 -ARG BUILDX_VERSION=0.28.0-rc1 +ARG BUILDX_VERSION=0.28.0-rc2 ARG COMPOSE_VERSION=2.39.1 ARG UNDOCK_VERSION=0.10.0 ARG REGCTL_VERSION=v0.8.2 From 4f494c037cb299f41add92f5cfb08174b2684b8e Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 4 Sep 2025 10:26:04 +0200 Subject: [PATCH 3/3] update buildkit to 0.24.0 and buildx to 0.28.0 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- dev.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f68c1b0..4d3a6d4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ on: env: NODE_VERSION: "20" BUILDX_VERSION: "edge" - BUILDKIT_IMAGE: "moby/buildkit:v0.24.0-rc2" + BUILDKIT_IMAGE: "moby/buildkit:v0.24.0" jobs: test: diff --git a/dev.Dockerfile b/dev.Dockerfile index f779e4b..a682aad 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -16,7 +16,7 @@ ARG NODE_VERSION=20 ARG DOCKER_VERSION=28.3 -ARG BUILDX_VERSION=0.28.0-rc2 +ARG BUILDX_VERSION=0.28.0 ARG COMPOSE_VERSION=2.39.1 ARG UNDOCK_VERSION=0.10.0 ARG REGCTL_VERSION=v0.8.2