stagex-forgejo-runner (sha-e0f3004)
Published 2026-05-15 14:21:19 +00:00 by sa-devfw
Installation
docker pull edp.buildth.ing/devfw-cicd/stagex-forgejo-runner:sha-e0f3004sha256:f34c826372149f9764492292b3a9fdfa776fca86f5a112a23bdf84013ccf1972About this package
Forgejo Actions Runner on StageX base image
Image layers
| COPY / / # buildkit |
| ARG SOURCE_DATE_EPOCH=1778854166 |
| 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=1778854166 |
| 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=1778854166 |
| 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 | 1778854166 |
| 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