• Joined on 2026-03-06

custom-gitea-runner (latest)

Published 2026-06-29 22:17:38 -05:00 by jason

Installation

docker pull registry.alwisp.com/jason/custom-gitea-runner:latest
sha256:90e568d985973718516909711b7568fef1ed070791ef4ec1effebc470562160e

Images

Digest OS / Arch Size
83e351d61f linux/amd64 137 MiB
3d029dd586 linux/arm64 132 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=22.04
ADD file:14c8897ef5107db11b35f5a0c05bdcb883c0a6daa83d07d4439865541f08514c in /
CMD ["/bin/bash"]
ARG ACT_RUNNER_VERSION=0.2.11
ARG NODE_MAJOR=20
ARG BUILD_DATE=2026-06-30T03:16:12Z
ARG VCS_REF=ffc75cc
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-06-30T03:16:12Z org.opencontainers.image.revision=ffc75cc
ENV DEBIAN_FRONTEND=noninteractive IMAGE_VERSION=v0.1.0 GIT_REVISION=ffc75cc RUNNER_CONFIG_PATH=/config/runner.yaml RUNNER_WORKDIR=/work
RUN |5 ACT_RUNNER_VERSION=0.2.11 NODE_MAJOR=20 BUILD_DATE=2026-06-30T03:16:12Z VCS_REF=ffc75cc 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-06-30T03:16:12Z VCS_REF=ffc75cc 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-06-30T03:16:12Z VCS_REF=ffc75cc 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-06-30T03:16:12Z VCS_REF=ffc75cc 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-06-30T03:16:12Z VCS_REF=ffc75cc 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-06-30T03:16:12Z VCS_REF=ffc75cc 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-06-30T03:16:12Z
org.opencontainers.image.description Self-owned Gitea Actions runner with bundled tooling
org.opencontainers.image.revision ffc75cc
org.opencontainers.image.title custom-gitea-runner
org.opencontainers.image.version v0.1.0
Details
Container
2026-06-29 22:17:38 -05:00
0
OCI / Docker
Versions (2) View all
v0.1.0 2026-06-29
latest 2026-06-29