Block a user
gitea/runner (2.0.0)
Published 2026-08-22 00:51:20 -04:00 by docker-image
Installation
docker pull home-gitea.waltercheng.com/docker-image/gitea/runner:2.0.0sha256:aef96a3bbfd696686f5b0c28d638f117112db4609078d23966d7ae03b3035ae1
Image Layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG VERSION=2.0.0 |
| LABEL org.opencontainers.image.source=https://gitea.com/gitea/runner |
| LABEL org.opencontainers.image.version=2.0.0 |
| RUN |1 VERSION=2.0.0 /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 | 2.0.0 |