Global Knowledge base not restricted by implementations for more information check
gitea/act_runner (0.3-fatboy)
Installation
docker pull git.limbosolutions.com/kb/gitea/act_runner:0.3-fatboysha256:2eb8894c5f1ebbdc1be437cf171eca9fcb57af442543659da7375912fa4bfd98
Image Layers
| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache tini bash git tzdata # buildkit |
| COPY /opt/src/act_runner/act_runner /usr/local/bin/act_runner # buildkit |
| COPY scripts/run.sh /usr/local/bin/run.sh # buildkit |
| VOLUME [/data] |
| ENTRYPOINT ["/sbin/tini" "--" "run.sh"] |
| RUN /bin/sh -c echo "build started.." && apk add --no-cache openssh-client curl ansible nodejs rclone rsync nodejs envsubst bash tar jq # buildkit |
| RUN /bin/sh -c curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl # buildkit |
| RUN /bin/sh -c chmod +x ./kubectl # buildkit |
| RUN /bin/sh -c mv ./kubectl /usr/local/bin # buildkit |
| RUN /bin/sh -c curl -fsSL https://get.helm.sh/helm-v3.14.4-linux-amd64.tar.gz -o helm.tar.gz && tar -zxvf helm.tar.gz && mv linux-amd64/helm /usr/local/bin/helm && rm -rf linux-amd64 helm.tar.gz # buildkit |
| RUN /bin/sh -c HELM_VERSION=$(curl -s https://api.github.com/repos/helm/helm/releases/latest | jq -r .tag_name) && curl -fsSL https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz -o helm.tar.gz && tar -zxvf helm.tar.gz && mv linux-amd64/helm /usr/local/bin/helm && rm -rf linux-amd64 helm.tar.gz # buildkit |
| RUN /bin/sh -c echo "build started.." && apk add --no-cache openssh-client curl ansible nodejs rclone rsync nodejs envsubst bash tar jq # buildkit |
| RUN /bin/sh -c curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl # buildkit |
| RUN /bin/sh -c chmod +x ./kubectl # buildkit |
| RUN /bin/sh -c mv ./kubectl /usr/local/bin # buildkit |
| RUN /bin/sh -c curl -fsSL https://get.helm.sh/helm-v3.14.4-linux-amd64.tar.gz -o helm.tar.gz && tar -zxvf helm.tar.gz && mv linux-amd64/helm /usr/local/bin/helm && rm -rf linux-amd64 helm.tar.gz # buildkit |
| RUN /bin/sh -c HELM_VERSION=$(curl -s https://api.github.com/repos/helm/helm/releases/latest | jq -r .tag_name) && curl -fsSL https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz -o helm.tar.gz && tar -zxvf helm.tar.gz && mv linux-amd64/helm /usr/local/bin/helm && rm -rf linux-amd64 helm.tar.gz # buildkit |
| ENV BUILDKIT_VERSION=v0.28.0 |
| RUN /bin/sh -c 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 # buildkit |
Details
Versions (2)
View all
0.3-fatboy
2026-03-14
0.2.13-network-stack
2026-03-08