modified: .gitea/workflows/act-runner-fatboy-deploy.yml
/ build-docker-image (push) Successful in 20s

renamed:    act-runners/network-stack/Dockerfile -> act-runners/fatboy/Dockerfile
This commit is contained in:
Márcio Fernandes
2026-05-02 00:14:26 +00:00
parent a35c3e848f
commit e956685f28
2 changed files with 6 additions and 4 deletions
@@ -47,11 +47,13 @@ RUN HELM_VERSION=$(curl -s https://api.github.com/repos/helm/helm/releases/lates
# BUILDKIT
ENV BUILDKIT_VERSION=v0.28.0
# Download BuildKit binaries (both buildctl and buildkitd)
ENV BUILDKIT_VERSION=v0.28.0
# 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" \
| tar -xz -C /usr/local/bin --strip-components=1
# Install rootless dependencies
# Rootless dependencies
RUN apk add --no-cache fuse-overlayfs slirp4netns shadow
###################