stagex-forgejo-runner (sha-08eeb32)

Published 2026-05-15 14:47:16 +00:00 by sa-devfw

Installation

docker pull edp.buildth.ing/devfw-cicd/stagex-forgejo-runner:sha-08eeb32
sha256:72cecdbbf8fa7373f7f1bcba12d9d19a21cd6b750646e29d7dfaa5c455700a7b

About this package

Forgejo Actions Runner on StageX base image

Image layers

COPY / / # buildkit
ARG SOURCE_DATE_EPOCH=1778855864
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=1778855864
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=1778855864
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 1778855864
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
Container
2026-05-15 14:47:16 +00:00
1
OCI / Docker
linux/amd64
20 MiB
Versions (17) View all