forgejo-actions-runner (ubuntu-24.04-v4)

Published 2026-01-26 21:15:47 +00:00 by elliot

Installation

docker pull git.elliotblackburn.com/elliot/forgejo-actions-runner:ubuntu-24.04-v4
sha256:b5f2c29fc59d531a3d5637e3f0546382fc856ac3f5d814a1a7aa0d047feb010e

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"]
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 apt-get update && apt-get install -y buildah fuse-overlayfs && rm -rf /var/lib/apt/lists/* && mkdir -p /etc/containers && printf '[storage]\ndriver = "vfs"\n' > /etc/containers/storage.conf && printf '[containers]\nnetns = "host"\n\n[engine]\ncgroup_manager = "cgroupfs"\n' > /etc/containers/containers.conf
|1 NODE_MAJOR=24 /bin/sh -c mkdir -p /github/home /github/workspace && chmod -R 777 /github
ENV HOME=/github/home
WORKDIR /github/workspace
ENV BUILDAH_ISOLATION=chroot

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-01-26 21:15:47 +00:00
1
OCI / Docker
linux/amd64
379 MiB
Versions (7) View all
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