modified: act-runners/network-stack/Dockerfile
Some checks failed
/ build-docker-image (push) Has been cancelled

This commit is contained in:
2026-03-14 23:12:51 +00:00
parent fefb4b3a17
commit c3a4c39f05

View File

@@ -44,20 +44,9 @@ RUN HELM_VERSION=$(curl -s https://api.github.com/repos/helm/helm/releases/lates
rm -rf linux-amd64 helm.tar.gz
### BUILD KID
# Install buildctl only (no buildkitd)
ENV BUILDKIT_VERSION=v0.28.0
RUN apk add --no-cache \
runc \
fuse-overlayfs \
iptables \
shadow \
util-linux \
containerd
RUN curl -L "https://github.com/moby/buildkit/releases/download/${BUILDKIT_VERSION}/buildkit-${BUILDKIT_VERSION}.linux-amd64.tar.gz" \
| tar -xz -C /usr/local \
&& buildctl --version
| tar -xz -C /usr/local/bin --strip-components=1 bin/buildctl
###################