stagex-forgejo-runner (sha-b7a4b52)
Published 2026-05-13 10:27:14 +00:00 by sa-devfw
Installation
docker pull edp.buildth.ing/devfw-cicd/stagex-forgejo-runner:sha-b7a4b52sha256:6e1a6db44d633ec56a4d83a2b40069ab52cd0b999a737d8179231d6e651cd669About this package
Forgejo Actions Runner on StageX base image
Image layers
| COPY / / # buildkit |
| ARG SOURCE_DATE_EPOCH=1778667893 |
| 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=1778667893 |
| 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=1778667893 |
| 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 | 1778667893 |
| 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