forgejo-actions-runner (ubuntu-24.04-node-24)
Published 2026-01-26 20:29:04 +00:00 by elliot
Installation
docker pull git.elliotblackburn.com/elliot/forgejo-actions-runner:ubuntu-24.04-node-24sha256:5c33f8ceb41bc65e937ed2b0e0ef64a7c5845621b5981675ca28ea03eeed8cddImage 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"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| ENV TZ=UTC |
| /bin/sh -c apt-get update && apt-get install -y ca-certificates curl wget gnupg lsb-release software-properties-common apt-transport-https git openssh-client jq unzip zip tar rsync build-essential make gcc g++ python3 python3-pip python3-venv libc6 libstdc++6 bash sudo coreutils util-linux iputils-ping dnsutils netcat-traditional && rm -rf /var/lib/apt/lists/* |
| ARG NODE_MAJOR |
| |1 NODE_MAJOR=24 /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_${NODE_MAJOR}.x | bash - && apt-get install -y nodejs && npm install -g npm && node --version && npm --version |
| |1 NODE_MAJOR=24 /bin/sh -c curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker.gpg && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" > /etc/apt/sources.list.d/docker.list && apt-get update && apt-get install -y docker-ce-cli && rm -rf /var/lib/apt/lists/* |
| |1 NODE_MAJOR=24 /bin/sh -c apt-get update && apt-get install -y buildah fuse-overlayfs && rm -rf /var/lib/apt/lists/* |
| |1 NODE_MAJOR=24 /bin/sh -c mkdir -p /github/home /github/workspace && chmod -R 777 /github |
| ENV HOME=/github/home |
| WORKDIR /github/workspace |
| ARG NODE_MAJOR RUNNER_UID |
| ARG NODE_MAJOR RUNNER_GID RUNNER_UID |
| |3 NODE_MAJOR=24 RUNNER_GID=1001 RUNNER_UID=1001 /bin/sh -c groupadd -g ${RUNNER_GID} runner && useradd -m -u ${RUNNER_UID} -g runner runner && usermod -aG sudo runner && echo "runner ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/runner |
| USER runner |
| |3 NODE_MAJOR=24 RUNNER_GID=1001 RUNNER_UID=1001 /bin/sh -c mkdir -p /home/runner/.config/containers && echo '[storage]' > /home/runner/.config/containers/storage.conf && echo 'driver = "vfs"' >> /home/runner/.config/containers/storage.conf |
| ENV PATH="/home/runner/.local/bin:${PATH}" |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |
Details
2026-01-26 20:29:04 +00:00
Versions (7)
View all
Container
1
OCI / Docker
linux/amd64
435 MiB
ubuntu-24.04-v5
2026-01-26
ubuntu-24.04-v4
2026-01-26
ubuntu-24.04-v3
2026-01-26
ubuntu-24.04-v2
2026-01-26
ubuntu-24.04-node-24-v2
2026-01-26