update buildkit used for tests

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi 2024-12-03 17:59:08 -08:00
parent d6d713aac6
commit 6810a7c69c
No known key found for this signature in database
GPG Key ID: AFA9DE5F8AB7AF39
2 changed files with 2 additions and 2 deletions

View File

@ -54,9 +54,9 @@ jobs:
- master - master
- latest - latest
- buildx-stable-1 - buildx-stable-1
- v0.18.1
- v0.17.2 - v0.17.2
- v0.16.0 - v0.16.0
- v0.15.2
worker: worker:
- docker-container - docker-container
- remote - remote

View File

@ -9,7 +9,7 @@ ARG DOCKER_VERSION_ALT_26=26.1.3
ARG DOCKER_CLI_VERSION=${DOCKER_VERSION} ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}
ARG GOTESTSUM_VERSION=v1.12.0 ARG GOTESTSUM_VERSION=v1.12.0
ARG REGISTRY_VERSION=2.8.3 ARG REGISTRY_VERSION=2.8.3
ARG BUILDKIT_VERSION=v0.17.2 ARG BUILDKIT_VERSION=v0.18.1
ARG UNDOCK_VERSION=0.8.0 ARG UNDOCK_VERSION=0.8.0
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx