Block a user
gitea-runner (latest)
Published 2026-08-05 08:07:54 +00:00 by mvalls
Installation
docker pull git.valls.dev/mvalls/gitea-runner:latestsha256:2f1eee359aeef45478ffb0e199b6cc6da41d39456a4b22ad87b2f65ff4298190
Image Layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG VERSION=2.1.0+21-g97b57c6 |
| LABEL org.opencontainers.image.source=https://gitea.com/gitea/runner |
| LABEL org.opencontainers.image.version=2.1.0+21-g97b57c6 |
| RUN |1 VERSION=2.1.0+21-g97b57c6 /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.1.0+21-g97b57c6 |