modified: act-runners/fatboy/Dockerfile
/ build-docker-image (push) Failing after 17s

This commit is contained in:
Márcio Fernandes
2026-05-02 00:19:17 +00:00
parent e956685f28
commit 018f549582
+5 -4
View File
@@ -46,14 +46,15 @@ RUN HELM_VERSION=$(curl -s https://api.github.com/repos/helm/helm/releases/lates
# BUILDKIT # BUILDKIT
ENV BUILDKIT_VERSION=v0.28.0 ENV BUILDKIT_VERSION=v0.28.0
ENV BUILDKIT_VERSION=v0.28.0
# Install full BuildKit (buildkitd + buildctl + rootlesskit) # Install full BuildKit (buildkitd + buildctl + rootlesskit)
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 | tar -xz -C /usr/local/bin --strip-components=1
# Rootless dependencies # Rootless dependencies
RUN apk add --no-cache fuse-overlayfs slirp4netns shadow RUN apk add --no-cache \
fuse-overlayfs \
slirp4netns \
shadow \
uidmap
################### ###################