Limbo - Knowledge Base

Global Knowledge base not restricted by implementations for more information check

gitea/act_runner (0.2.13-network-stack)

Published 2025-11-30 00:00:31 +00:00 by marcio.fernandes in kb/gitea

Installation

docker pull git.limbosolutions.com/kb/gitea/act_runner:0.2.13-network-stack
sha256:efdb626d4e3a7ba89c89eca462f59f52129ae28aff47a611d7a8fca10dfdb3fb

Image Layers

ADD alpine-minirootfs-3.22.1-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 [/var/run/docker.sock]
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
Details
Container
2025-11-30 00:00:31 +00:00
21
OCI / Docker
linux/amd64
246 MiB
Versions (1) View all