This commit is contained in:
@@ -44,9 +44,14 @@ RUN HELM_VERSION=$(curl -s https://api.github.com/repos/helm/helm/releases/lates
|
|||||||
rm -rf linux-amd64 helm.tar.gz
|
rm -rf linux-amd64 helm.tar.gz
|
||||||
|
|
||||||
|
|
||||||
# Install buildctl only (no buildkitd)
|
# BUILDKIT
|
||||||
ENV BUILDKIT_VERSION=v0.28.0
|
ENV BUILDKIT_VERSION=v0.28.0
|
||||||
|
|
||||||
|
# Download BuildKit binaries (both buildctl and buildkitd)
|
||||||
RUN curl -L "https://github.com/moby/buildkit/releases/download/${BUILDKIT_VERSION}/buildkit-${BUILDKIT_VERSION}.linux-amd64.tar.gz" \
|
RUN curl -L "https://github.com/moby/buildkit/releases/download/${BUILDKIT_VERSION}/buildkit-${BUILDKIT_VERSION}.linux-amd64.tar.gz" \
|
||||||
| tar -xz -C /usr/local/bin --strip-components=1 bin/buildctl
|
| tar -xz -C /usr/local/bin --strip-components=1
|
||||||
|
|
||||||
|
# Install rootless dependencies
|
||||||
|
RUN apk add --no-cache fuse-overlayfs slirp4netns shadow
|
||||||
|
|
||||||
###################
|
###################
|
||||||
Reference in New Issue
Block a user