File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG ALPINE_VERSION=3.23
55ARG XX_VERSION=1.7.0
66
77# for testing
8- ARG DOCKER_VERSION=29.1
8+ ARG DOCKER_VERSION=29.2
99ARG DOCKER_VERSION_ALT_28=28.5
1010ARG DOCKER_VERSION_ALT_27=27.5.1
1111ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}
@@ -17,7 +17,8 @@ ARG UNDOCK_VERSION=0.9.0
1717
1818FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
1919FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS golatest
20- FROM moby/moby-bin:$DOCKER_VERSION AS docker-engine
20+ # FIXME: temporary workaround for tags not pushed since Docker 29.2 related to https://github.com/moby/moby/pull/52000
21+ FROM moby/moby-bin:master@sha256:5a2d5ae3372e7e362fbd9595811549a45d69604d513e0c37d9fe526ed9e75b8c AS docker-engine
2122FROM dockereng/cli-bin:$DOCKER_CLI_VERSION AS docker-cli
2223FROM moby/moby-bin:$DOCKER_VERSION_ALT_28 AS docker-engine-alt28
2324FROM moby/moby-bin:$DOCKER_VERSION_ALT_27 AS docker-engine-alt27
You can’t perform that action at this time.
0 commit comments