Block a user
act_runner (latest)
Published 2026-07-04 16:32:33 +02:00 by t.behrendt
Installation
docker pull gitea.t000-n.de/t.behrendt/act_runner:latestsha256:7ab314acd779cf476ba249bf5c7c6c38510f15d8bf4ab95c932f228bc82bbd57
Image Layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG VERSION=dev |
| LABEL org.opencontainers.image.source=https://gitea.com/gitea/runner |
| LABEL org.opencontainers.image.version=dev |
| RUN |1 VERSION=dev /bin/sh -c apk add --no-cache tini bash git tzdata # buildkit |
| COPY /opt/src/runner/gitea-runner /usr/local/bin/gitea-runner # buildkit |
| COPY scripts/run.sh /usr/local/bin/run.sh # buildkit |
| VOLUME [/data] |
| ENTRYPOINT ["/sbin/tini" "--" "run.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.source | https://gitea.com/gitea/runner |
| org.opencontainers.image.version | dev |
Details
Versions (2)
View all
latest
2026-07-04
local-patched
2026-03-27