jt4d

gitea-runner (maintenance-page)

Published 2026-07-20 15:20:05 +03:00 by arswarog

Installation

docker pull git.arswarog.ru/jt4d/gitea-runner:maintenance-page
sha256:442b5e0b86e59feccbfc119f34199ffd50cf8e42bc490f0cd4ffc8139f0ff274

Images

Digest OS / Arch Size
f7f43a06bb linux/amd64 379 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG VERSION=2.0.0
LABEL org.opencontainers.image.source=https://gitea.com/gitea/runner
LABEL org.opencontainers.image.version=2.0.0
RUN |1 VERSION=2.0.0 /bin/sh -c apk add --no-cache tini bash git tzdata # buildkit
COPY /opt/src/runner/gitea-runner /usr/local/bin/gitea-runner # buildkit
COPY scripts/run.sh /usr/local/bin/run.sh # buildkit
VOLUME [/data]
ENTRYPOINT ["/sbin/tini" "--" "run.sh"]
RUN /bin/sh -c cat /etc/alpine-release # buildkit
RUN /bin/sh -c apk --no-cache update && apk --no-cache upgrade && apk --no-cache add git nodejs npm yarn go aws-cli docker skopeo openssh-client curl # buildkit
RUN /bin/sh -c npm install -g nx@latest pnpm # buildkit
RUN /bin/sh -c node -v && nx --version # buildkit

Labels

Key Value
org.opencontainers.image.source https://gitea.com/gitea/runner
org.opencontainers.image.version 2.0.0
Details
Container
2026-07-20 15:20:05 +03:00
2
OCI / Docker
Versions (3) View all
latest 2026-07-21
node-24 2026-07-20
maintenance-page 2026-07-20