stagex-forgejo-runner (sha-fb273f3)
Published 2026-04-29 15:16:14 +00:00 by Daniel.Sy
Installation
docker pull edp.buildth.ing/devfw-cicd/stagex-forgejo-runner:sha-fb273f3sha256:faa96a990940dddf1b88279c1831e148e55860eb18c313a36f0633aebebd5db7About this package
Forgejo Actions Runner on minimal StageX base
Image layers
| COPY / / # buildkit |
| COPY / / # buildkit |
| COPY / / # buildkit |
| COPY / / # buildkit |
| COPY /forgejo-runner /bin/forgejo-runner # buildkit |
| RUN /bin/sh -c echo 'root:x:0:0:root:/root:/bin/sh' > /etc/passwd && echo 'runner:x:1000:1000:runner:/data:/bin/sh' >> /etc/passwd && echo 'root:x:0:' > /etc/group && echo 'runner:x:1000:' >> /etc/group && mkdir -p /data && chown 1000:1000 /data # buildkit |
| USER 1000:1000 |
| WORKDIR /data |
| VOLUME [/data] |
| ARG SOURCE_DATE_EPOCH=1777475677 |
| LABEL org.opencontainers.image.title=forgejo-runner-stagex |
| LABEL org.opencontainers.image.description=Forgejo Actions Runner on minimal StageX base |
| LABEL org.opencontainers.image.source=https://edp.buildth.ing/DevFW-CICD/stagex |
| ENTRYPOINT ["/bin/forgejo-runner"] |
| CMD ["daemon"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | Forgejo Actions Runner on minimal StageX base |
| org.opencontainers.image.source | https://edp.buildth.ing/DevFW-CICD/stagex |
| org.opencontainers.image.title | forgejo-runner-stagex |
Details
Versions (17)
View all