We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa20b4 commit ce743b2Copy full SHA for ce743b2
2 files changed
.github/workflows/container.yml
@@ -52,7 +52,7 @@ jobs:
52
GCR_CRED_HELRER_VERSION=2.1.26
53
MANIFEST_TOOL_VERSION=2.1.9
54
SKOPEO_VERSION=1.18.0
55
- BUILDKIT_VERSION=0.18.2
+ BUILDKIT_VERSION=0.26.3
56
platforms: linux/amd64,linux/arm64
57
push: true
58
tags: |
Dockerfile
@@ -1,3 +1,5 @@
1
+ARG BUILDKIT_VERSION
2
+
3
FROM alpine:3.23 as kaniko
4
5
RUN apk --update --no-cache add skopeo umoci curl
@@ -45,7 +47,6 @@ RUN tar -xf /workdir/binaries-manifest-tool.tar.gz
45
47
RUN cp /workdir/manifest-tool-linux-$TARGETARCH /workdir/manifest-tool
46
48
RUN chmod +x /workdir/manifest-tool
49
-ARG BUILDKIT_VERSION
50
FROM moby/buildkit:v${BUILDKIT_VERSION}-rootless as buildkit
51
FROM golang:1.24 AS skopeo
0 commit comments