modified: act-runners/network-stack/Dockerfile
/ build-docker-image (push) Failing after 16s

This commit is contained in:
Márcio Fernandes
2026-05-01 23:32:25 +00:00
parent 85cdedbfa7
commit 00c46f8e37
+7 -2
View File
@@ -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
# Install buildctl only (no buildkitd)
# BUILDKIT
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" \
| 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
###################