stagex-forgejo-runner (sha-c89eb14)

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

Installation

docker pull edp.buildth.ing/devfw-cicd/stagex-forgejo-runner:sha-c89eb14
sha256:33cd3a5b8d22a04f6aeaaebc5a4834c6a2f7e2ab4190e9b9e28307d51edd2f58

About this package

Forgejo Actions Runner on StageX base image

Image layers

COPY / / # buildkit
ARG SOURCE_DATE_EPOCH=1778839066
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=1778839066
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=1778839066
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 1778839066
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 10:00:47 +00:00
6
OCI / Docker
linux/amd64
20 MiB
Versions (17) View all