forgejo-runner-stagex (latest)
Published 2026-04-29 12:59:17 +00:00 by Daniel.Sy
Installation
docker pull edp.buildth.ing/devfw-cicd/forgejo-runner-stagex:latestsha256:04b60edc8aa0383f542caf82c3d9068458f4cc575f9520dc40cb3b566b50259bAbout 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=1777466231 |
| 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 |