stagex-forgejo-runner (sha-36f4cb3)
Published 2026-04-29 15:29:04 +00:00 by Daniel.Sy
Installation
docker pull edp.buildth.ing/devfw-cicd/stagex-forgejo-runner:sha-36f4cb3sha256:ebf7f295358c7992b3d2fb9920d0cc1ee68cb216ca92350c37f0ab72dd44ebb5About this package
Forgejo Actions Runner on StageX base image
Image layers
| COPY / / # buildkit |
| ARG SOURCE_DATE_EPOCH=1777476430 |
| LABEL org.opencontainers.image.title=stagex-base |
| LABEL org.opencontainers.image.description=Minimal reproducible StageX base image with core utilities |
| LABEL org.opencontainers.image.source=https://edp.buildth.ing/DevFW-CICD/stagex |
| LABEL org.opencontainers.image.created=1777476430 |
| ENTRYPOINT ["/bin/sh"] |
| 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=1777476430 |
| LABEL org.opencontainers.image.title=forgejo-runner-stagex org.opencontainers.image.description=Forgejo Actions Runner on StageX base image org.opencontainers.image.source=https://edp.buildth.ing/DevFW-CICD/stagex |
| ENTRYPOINT ["/bin/forgejo-runner"] |
| CMD ["daemon"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 1777476430 |
| org.opencontainers.image.description | Forgejo Actions Runner on StageX base image |
| org.opencontainers.image.source | https://edp.buildth.ing/DevFW-CICD/stagex |
| org.opencontainers.image.title | forgejo-runner-stagex |
Details
Versions (17)
View all