Skip to content

Commit ce743b2

Browse files
committed
feat: Add Buildkit to Container Image Tools
1 parent 9fa20b4 commit ce743b2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
GCR_CRED_HELRER_VERSION=2.1.26
5353
MANIFEST_TOOL_VERSION=2.1.9
5454
SKOPEO_VERSION=1.18.0
55-
BUILDKIT_VERSION=0.18.2
55+
BUILDKIT_VERSION=0.26.3
5656
platforms: linux/amd64,linux/arm64
5757
push: true
5858
tags: |

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ARG BUILDKIT_VERSION
2+
13
FROM alpine:3.23 as kaniko
24

35
RUN apk --update --no-cache add skopeo umoci curl
@@ -45,7 +47,6 @@ RUN tar -xf /workdir/binaries-manifest-tool.tar.gz
4547
RUN cp /workdir/manifest-tool-linux-$TARGETARCH /workdir/manifest-tool
4648
RUN chmod +x /workdir/manifest-tool
4749

48-
ARG BUILDKIT_VERSION
4950
FROM moby/buildkit:v${BUILDKIT_VERSION}-rootless as buildkit
5051

5152
FROM golang:1.24 AS skopeo

0 commit comments

Comments
 (0)