• Joined on 2025-10-27

gitea-ci-runner (latest)

Published 2026-04-28 12:01:38 +01:00 by harry

Installation

docker pull git.bayliss.cloud/harry/gitea-ci-runner:latest
sha256:a644ee106b19af0ba81ebab6c55eeb686e2d87aa7b7f2cc68ca6914e2f4b9c72

About this package

Official docker images used by act_runner to run workflows.

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3f78aa860931e0853077f09eb31eddbeeef8a9dd70977305b4876aa176770721 in /
CMD ["/bin/bash"]
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget tzdata ; apt-get dist-clean # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; apt-get dist-clean # buildkit
RUN /bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 default-libmysqlclient-dev dpkg-dev file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libglib2.0-dev libgmp-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libmaxminddb-dev libncurses5-dev libncursesw5-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch unzip xz-utils zlib1g-dev ; apt-get dist-clean # buildkit
ARG TARGETARCH
ARG FROM_IMAGE TARGETARCH
ARG FROM_IMAGE FROM_TAG TARGETARCH
ARG FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH
ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH
ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH TYPE
ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
ENV DEBIAN_FRONTEND=noninteractive
SHELL [ "/bin/bash", "--login", "-e", "-o", "pipefail", "-c" ]
WORKDIR /tmp
COPY dir:5b6280ac48c48d01a24beadefcc7925797e30b58c4e23397b73e6ae12037177d in /imagegeneration/installers
|8 DISTRO=ubuntu FROM_IMAGE=buildpack-deps FROM_TAG=24.04 NODE_VERSION=20 24 RUNNER=root TARGETARCH=amd64 TYPE=act /bin/sh -c bash /imagegeneration/installers/${TYPE}.sh
ARG BUILD_DATE DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
ARG BUILD_DATE BUILD_TAG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
ARG BUILD_DATE BUILD_REF BUILD_TAG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
ARG BUILD_DATE BUILD_REF BUILD_TAG BUILD_TAG_VERSION DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
ARG BUILD_DATE BUILD_OWNER BUILD_REF BUILD_TAG BUILD_TAG_VERSION DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
ARG BUILD_DATE BUILD_OWNER BUILD_REF BUILD_REPO BUILD_TAG BUILD_TAG_VERSION DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
LABEL org.opencontainers.image.created="${BUILD_DATE}"
LABEL org.opencontainers.image.vendor="${BUILD_OWNER}"
LABEL org.opencontainers.image.authors="https://github.com/${BUILD_OWNER}"
LABEL org.opencontainers.image.url="https://github.com/${BUILD_OWNER}/${BUILD_REPO}/tree/${BUILD_REF}/linux/${DISTRO}/${TYPE}/"
LABEL org.opencontainers.image.source="https://github.com/${BUILD_OWNER}/${BUILD_REPO}"
LABEL org.opencontainers.image.documentation="https://github.com/${BUILD_OWNER}/${BUILD_REPO}"
LABEL org.opencontainers.image.version="${BUILD_TAG_VERSION}"
LABEL org.opencontainers.image.title="${BUILD_TAG}-${TARGETARCH}"
LABEL org.opencontainers.image.description="Special image built for using with https://github.com/nektos/act"
LABEL org.opencontainers.image.revision="${BUILD_REF}"
USER ${RUNNER}
/bin/bash --login -e -o pipefail -c
ARG IMAGE_CREATED=2026-04-01T00:02:34Z
ARG IMAGE_VERSION=v26.04.01
ARG IMAGE_REVISION=4f79577a9ffa027ed71dcf8d569d96b7ba061f32
LABEL org.opencontainers.image.created=2026-04-01T00:02:34Z org.opencontainers.image.authors=Gitea org.opencontainers.image.url=https://gitea.com/gitea/runner-images org.opencontainers.image.documentation=https://gitea.com/gitea/runner-images/src/branch/main/README.md org.opencontainers.image.source=https://gitea.com/gitea/runner-images org.opencontainers.image.version=v26.04.01 org.opencontainers.image.revision=4f79577a9ffa027ed71dcf8d569d96b7ba061f32 org.opencontainers.image.vendor=Gitea org.opencontainers.image.licenses=MIT org.opencontainers.image.title=Official Gitea Actions runner images org.opencontainers.image.description=Official docker images used by act_runner to run workflows.
ARG PHP_VERSION=8.5
ENV BUN_INSTALL=/root/.bun
ENV DEBIAN_FRONTEND=noninteractive
ENV PATH=/root/.bun/bin:/opt/acttoolcache/node/24.14.1/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
SHELL [/bin/bash -euxo pipefail -c]
RUN |1 PHP_VERSION=8.5 /bin/bash -euxo pipefail -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git gnupg golang-go jq lsb-release postgresql-client python3 python3-pip python3-venv redis-tools software-properties-common unzip && install -d -m 0755 /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main" > /etc/apt/sources.list.d/nodesource.list && add-apt-repository ppa:ondrej/php -y && apt-get update && apt-get install -y --no-install-recommends nodejs php${PHP_VERSION} php${PHP_VERSION}-bcmath php${PHP_VERSION}-bz2 php${PHP_VERSION}-cli php${PHP_VERSION}-curl php${PHP_VERSION}-gd php${PHP_VERSION}-gmp php${PHP_VERSION}-imagick php${PHP_VERSION}-imap php${PHP_VERSION}-intl php${PHP_VERSION}-mbstring php${PHP_VERSION}-mysql php${PHP_VERSION}-pcov php${PHP_VERSION}-pgsql php${PHP_VERSION}-redis php${PHP_VERSION}-rdkafka php${PHP_VERSION}-soap php${PHP_VERSION}-sqlite3 php${PHP_VERSION}-xml php${PHP_VERSION}-xdebug php${PHP_VERSION}-zip && update-alternatives --set php /usr/bin/php${PHP_VERSION} && if [ -x /usr/bin/phar${PHP_VERSION} ]; then update-alternatives --set phar /usr/bin/phar${PHP_VERSION}; fi && if [ -x /usr/bin/phar.phar${PHP_VERSION} ]; then update-alternatives --set phar.phar /usr/bin/phar.phar${PHP_VERSION}; fi && curl -fsSL https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && curl -fsSL https://bun.sh/install | bash && ln -sf /root/.bun/bin/bun /usr/local/bin/bun && ln -sf /root/.bun/bin/bunx /usr/local/bin/bunx && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN |1 PHP_VERSION=8.5 /bin/bash -euxo pipefail -c php -r ' $requiredExtensions = [ "bcmath", "bz2", "ctype", "curl", "date", "dom", "fileinfo", "filter", "ftp", "gd", "gmp", "hash", "iconv", "imagick", "imap", "intl", "json", "mbstring", "mysqli", "openssl", "pcntl", "pcov", "pdo", "pdo_mysql", "pdo_pgsql", "pdo_sqlite", "pgsql", "phar", "posix", "rdkafka", "redis", "reflection", "session", "simplexml", "soap", "sockets", "sodium", "sqlite3", "tokenizer", "xml", "xmlwriter", "xdebug", "zip", "zlib", "Zend OPcache", ]; $missing = array_values(array_filter($requiredExtensions, fn (string $extension): bool => ! extension_loaded($extension))); if ($missing !== []) { fwrite(STDERR, "Missing PHP extensions: ".implode(", ", $missing).PHP_EOL); exit(1); }' && php -v && composer --version && go version && bun --version && node --version && npm --version && npx --version && python3 --version && pip3 --version && pg_isready --version && redis-cli --version # buildkit

Labels

Key Value
io.buildah.version 1.35.0
org.opencontainers.image.authors Gitea
org.opencontainers.image.created 2026-04-01T00:02:34Z
org.opencontainers.image.description Official docker images used by act_runner to run workflows.
org.opencontainers.image.documentation https://gitea.com/gitea/runner-images/src/branch/main/README.md
org.opencontainers.image.licenses MIT
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 4f79577a9ffa027ed71dcf8d569d96b7ba061f32
org.opencontainers.image.source https://gitea.com/gitea/runner-images
org.opencontainers.image.title Official Gitea Actions runner images
org.opencontainers.image.url https://gitea.com/gitea/runner-images
org.opencontainers.image.vendor Gitea
org.opencontainers.image.version v26.04.01
Details
Container
2026-04-28 12:01:38 +01:00
34
OCI / Docker
linux/amd64
Gitea
MIT
731 MiB
Versions (5) View all
php8.2 2026-04-28
latest 2026-04-28
php8.5 2026-04-28
php8.4 2026-04-28
php8.3 2026-04-28