Block a user
act-runner (latest)
Published 2026-05-30 21:15:46 +00:00 by admin
Installation
docker pull git.ryuvia.com/admin/act-runner:latestsha256:f1ac36b30b20682035209692981d44bb10e861605d47b18dd6dde9e659526724
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:14c8897ef5107db11b35f5a0c05bdcb883c0a6daa83d07d4439865541f08514c in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git make nodejs npm && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c curl -fsSL https://get.docker.com | sh |
| /bin/sh -c curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash |
| ARG RUNNER_VERSION |
| |1 RUNNER_VERSION=0.2.12 /bin/sh -c curl -fsSL "https://dl.gitea.com/act_runner/${RUNNER_VERSION}/act_runner-${RUNNER_VERSION}-linux-amd64" -o /usr/local/bin/act_runner && chmod +x /usr/local/bin/act_runner |
| COPY file:c3443606b83545989c1acb35d97dff269859014bab85e8ce7b0274675f4c1a93 in /usr/local/bin/entrypoint.sh |
| |1 RUNNER_VERSION=0.2.12 /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.43.1 |
| org.opencontainers.image.version | 22.04 |