Merge pull request #988 from crazy-max/update-buildx-buildkit

update buildkit to 0.28.0-rc1 and buildx to 0.32.0-rc1
This commit is contained in:
CrazyMax
2026-02-25 09:47:23 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,8 @@ on:
env: env:
NODE_VERSION: "20" NODE_VERSION: "20"
BUILDX_VERSION: "v0.31.1" BUILDX_VERSION: "v0.32.0-rc1"
BUILDKIT_IMAGE: "moby/buildkit:v0.27.1" BUILDKIT_IMAGE: "moby/buildkit:v0.28.0-rc1"
jobs: jobs:
test: test:

View File

@@ -15,8 +15,8 @@
# limitations under the License. # limitations under the License.
ARG NODE_VERSION=20 ARG NODE_VERSION=20
ARG DOCKER_VERSION=28.3 ARG DOCKER_VERSION=29.2
ARG BUILDX_VERSION=0.31.1 ARG BUILDX_VERSION=0.32.0-rc1
ARG COMPOSE_VERSION=2.39.1 ARG COMPOSE_VERSION=2.39.1
ARG UNDOCK_VERSION=0.10.0 ARG UNDOCK_VERSION=0.10.0
ARG REGCTL_VERSION=v0.8.2 ARG REGCTL_VERSION=v0.8.2