registry
  • Joined on 2026-02-10

gitea-runner-ubuntu (7bc20fe)

Published 2026-02-18 17:24:55 +00:00 by registry

Installation

docker pull gitea.kloske.eu/registry/gitea-runner-ubuntu:7bc20fe
sha256:d04139896ed9b1fa1963d400ae731cf09f3dea3256da65ac5fadbd0d0b928dfb

About this package

Gitea Runner

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b in /
CMD ["/bin/bash"]
RUN /bin/sh -c sed -i 's|http://archive.ubuntu.com/ubuntu/|http://synology.fritz.box:8080/mirror/archive.ubuntu.com/ubuntu/|g' /etc/apt/sources.list.d/ubuntu.sources && sed -i 's|http://security.ubuntu.com/ubuntu/|http://synology.fritz.box:8080/mirror/archive.ubuntu.com/ubuntu/|g' /etc/apt/sources.list.d/ubuntu.sources # buildkit
ARG VERSION=0.0.3
ARG BUILD_DATE=2026-02-18T17:20:25Z
ARG GIT_COMMIT=7bc20fe
ARG QT_VERSION=6.6.1
ARG EMSDK_VERSION=3.1.50
LABEL org.opencontainers.image.title=Gitea - Runner
LABEL org.opencontainers.image.description=Gitea Runner
LABEL org.opencontainers.image.version=0.0.3
LABEL org.opencontainers.image.created=2026-02-18T17:20:25Z
LABEL org.opencontainers.image.revision=7bc20fe
LABEL org.opencontainers.image.authors=Markus
LABEL workspace.type=gitearunner
ENV DEBIAN_FRONTEND=noninteractive
USER root
ENV DEBIAN_FRONTEND=noninteractive
RUN |5 VERSION=0.0.3 BUILD_DATE=2026-02-18T17:20:25Z GIT_COMMIT=7bc20fe QT_VERSION=6.6.1 EMSDK_VERSION=3.1.50 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends bash ca-certificates build-essential gcc g++ gdb make cmake ninja-build git git-lfs curl git jq locales wget curl unzip zip file sudo iproute2 vim nano htop && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN |5 VERSION=0.0.3 BUILD_DATE=2026-02-18T17:20:25Z GIT_COMMIT=7bc20fe QT_VERSION=6.6.1 EMSDK_VERSION=3.1.50 /bin/sh -c locale-gen en_US.UTF-8 # buildkit
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US.UTF-8
ENV LC_ALL=en_US.UTF-8
RUN |5 VERSION=0.0.3 BUILD_DATE=2026-02-18T17:20:25Z GIT_COMMIT=7bc20fe QT_VERSION=6.6.1 EMSDK_VERSION=3.1.50 /bin/sh -c userdel -r ubuntu && useradd coder --create-home --shell=/bin/bash --uid=1000 --user-group && echo "coder ALL=(ALL) NOPASSWD:ALL" >>/etc/sudoers.d/nopasswd # buildkit
USER coder
COPY --chown=coder:coder tools/act_runner /usr/local/bin/act_runner # buildkit
RUN |5 VERSION=0.0.3 BUILD_DATE=2026-02-18T17:20:25Z GIT_COMMIT=7bc20fe QT_VERSION=6.6.1 EMSDK_VERSION=3.1.50 /bin/sh -c chmod +x /usr/local/bin/act_runner && /usr/local/bin/act_runner --version # buildkit
RUN |5 VERSION=0.0.3 BUILD_DATE=2026-02-18T17:20:25Z GIT_COMMIT=7bc20fe QT_VERSION=6.6.1 EMSDK_VERSION=3.1.50 /bin/sh -c mkdir -p /home/coder/.cache/actcache && mkdir -p /home/coder/actions-runner-workspace && mkdir -p /home/coder/.runner-data # buildkit
WORKDIR /home/coder
RUN |5 VERSION=0.0.3 BUILD_DATE=2026-02-18T17:20:25Z GIT_COMMIT=7bc20fe QT_VERSION=6.6.1 EMSDK_VERSION=3.1.50 /bin/sh -c echo '#!/bin/bash' > /home/coder/entrypoint.sh && echo '# Fix volume ownership - volumes are created as root by default' >> /home/coder/entrypoint.sh && echo 'sudo chown -R coder:coder /home/coder/.runner-data 2>/dev/null || true' >> /home/coder/entrypoint.sh && echo 'sudo chown -R coder:coder /home/coder/.cache/actcache 2>/dev/null || true' >> /home/coder/entrypoint.sh && echo 'mkdir -p /home/coder/.runner-data' >> /home/coder/entrypoint.sh && echo 'chmod 755 /home/coder/.runner-data' >> /home/coder/entrypoint.sh && echo 'exec "$@"' >> /home/coder/entrypoint.sh && chmod +x /home/coder/entrypoint.sh # buildkit
ENTRYPOINT ["/home/coder/entrypoint.sh"]
CMD ["/bin/bash"]

Labels

Key Value
org.opencontainers.image.authors Markus
org.opencontainers.image.created 2026-02-18T17:20:25Z
org.opencontainers.image.description Gitea Runner
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 7bc20fe
org.opencontainers.image.title Gitea - Runner
org.opencontainers.image.version 0.0.3
workspace.type gitearunner
Details
Container
2026-02-18 17:24:55 +00:00
0
OCI / Docker
linux/amd64
Markus
231 MiB
Versions (6) View all
7bc20fe 2026-02-18
latest 2026-02-18
0.0.3 2026-02-18
ccef125 2026-02-18
0.0.2 2026-02-18