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
@@ -21,8 +21,8 @@ jobs:
registry_username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
registry_password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }}
context: ${{gitea.workspace}}/act-runners/network-stack
dockerfile: ${{gitea.workspace}}/act-runners/network-stack
context: ${{gitea.workspace}}/act-runners/fatboy
dockerfile: ${{gitea.workspace}}/act-runners/fatboy
tags: git.limbosolutions.com/kb/gitea/act_runner:0.3-fatboy
@@ -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
###################