mpm

custom-gitea-runner (v0.1.0)

Published 2026-09-12 16:46:10 -05:00 by mpmedia

Installation

docker pull registry.mpm.to/mpm/custom-gitea-runner:v0.1.0
sha256:3d9ee36cf2441d60966adee7dae82a672c11701d04080938902af4cbf343b5f3

Images

Digest OS / Arch Size
db4cb78893 linux/amd64 138 MiB
849d535b86 linux/arm64 133 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=22.04
ADD file:81c01921c5f642ac2fcbfae682e489e8e64b347467d9fa1587707e310e64d790 in /
CMD ["/bin/bash"]
ARG ACT_RUNNER_VERSION=0.2.11
ARG NODE_MAJOR=20
ARG BUILD_DATE=2026-09-12T21:44:26Z
ARG VCS_REF=42ca527
ARG VERSION=v0.1.0
LABEL org.opencontainers.image.title=custom-gitea-runner org.opencontainers.image.description=Self-owned Gitea Actions runner with bundled tooling org.opencontainers.image.version=v0.1.0 org.opencontainers.image.created=2026-09-12T21:44:26Z org.opencontainers.image.revision=42ca527
ENV DEBIAN_FRONTEND=noninteractive IMAGE_VERSION=v0.1.0 GIT_REVISION=42ca527 RUNNER_CONFIG_PATH=/config/runner.yaml RUNNER_WORKDIR=/work
RUN |5 ACT_RUNNER_VERSION=0.2.11 NODE_MAJOR=20 BUILD_DATE=2026-09-12T21:44:26Z VCS_REF=42ca527 VERSION=v0.1.0 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends bash ca-certificates curl git gnupg jq tini tzdata && rm -rf /var/lib/apt/lists/* # buildkit
RUN |5 ACT_RUNNER_VERSION=0.2.11 NODE_MAJOR=20 BUILD_DATE=2026-09-12T21:44:26Z VCS_REF=42ca527 VERSION=v0.1.0 /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_${NODE_MAJOR}.x | bash - && apt-get install -y --no-install-recommends nodejs && rm -rf /var/lib/apt/lists/* # buildkit
RUN |5 ACT_RUNNER_VERSION=0.2.11 NODE_MAJOR=20 BUILD_DATE=2026-09-12T21:44:26Z VCS_REF=42ca527 VERSION=v0.1.0 /bin/sh -c curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(. /etc/os-release && echo "$VERSION_CODENAME") stable" > /etc/apt/sources.list.d/docker.list && apt-get update && apt-get install -y --no-install-recommends docker-ce-cli && rm -rf /var/lib/apt/lists/* # buildkit
RUN |5 ACT_RUNNER_VERSION=0.2.11 NODE_MAJOR=20 BUILD_DATE=2026-09-12T21:44:26Z VCS_REF=42ca527 VERSION=v0.1.0 /bin/sh -c ARCH=$(dpkg --print-architecture) && curl -fsSL "https://gitea.com/gitea/act_runner/releases/download/v${ACT_RUNNER_VERSION}/act_runner-${ACT_RUNNER_VERSION}-linux-${ARCH}" -o /usr/local/bin/act_runner && chmod +x /usr/local/bin/act_runner # buildkit
RUN |5 ACT_RUNNER_VERSION=0.2.11 NODE_MAJOR=20 BUILD_DATE=2026-09-12T21:44:26Z VCS_REF=42ca527 VERSION=v0.1.0 /bin/sh -c mkdir -p /config /work /config/trusted-ca # buildkit
COPY docker/runner/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
COPY docker/runner/healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit
COPY docker/runner/smoke-test.sh /usr/local/bin/smoke-test.sh # buildkit
RUN |5 ACT_RUNNER_VERSION=0.2.11 NODE_MAJOR=20 BUILD_DATE=2026-09-12T21:44:26Z VCS_REF=42ca527 VERSION=v0.1.0 /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh /usr/local/bin/healthcheck.sh /usr/local/bin/smoke-test.sh # buildkit
VOLUME [/config /work]
HEALTHCHECK {Test:[CMD /usr/local/bin/healthcheck.sh] Interval:30s Timeout:10s StartPeriod:1m0s StartInterval:0s Retries:3}
ENTRYPOINT ["/usr/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-09-12T21:44:26Z
org.opencontainers.image.description Self-owned Gitea Actions runner with bundled tooling
org.opencontainers.image.revision 42ca527
org.opencontainers.image.title custom-gitea-runner
org.opencontainers.image.version v0.1.0
Details
Container
2026-09-12 16:46:10 -05:00
5
OCI / Docker
Versions (3) View all
v0.1.1 2026-09-12
latest 2026-09-12
v0.1.0 2026-09-12