runner-images (sha256:a61be47277b39c5380ff60125b803b3ec2b4ec4000fcb848bd6d62221bed8ada)

Published 2026-02-23 15:10:58 +00:00 by morre in open/runner-images

Installation

docker pull code.mor.re/open/runner-images@sha256:a61be47277b39c5380ff60125b803b3ec2b4ec4000fcb848bd6d62221bed8ada
sha256:a61be47277b39c5380ff60125b803b3ec2b4ec4000fcb848bd6d62221bed8ada

About this package

This repository is used to build images for action runners.

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:25d708bf0b30ddee20c0b2764034e065aca922cafd48eb9c662e35ba02ccf1de in /
CMD ["/bin/bash"]
SHELL [/bin/bash -o pipefail -c]
RUN /bin/bash -o pipefail -c apt-get update && apt-get install --no-install-recommends -y lsb-release gnupg curl ca-certificates git && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/bash -o pipefail -c curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /usr/share/keyrings/nodesource.gpg && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker.gpg # buildkit
COPY nodesource.list docker.list /etc/apt/sources.list.d/ # buildkit
RUN /bin/bash -o pipefail -c apt-get update && apt-get install --no-install-recommends -y nodejs docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin && rm -rf /var/lib/apt/lists/* # buildkit

Labels

Key Value
It uses the GitHub Ubuntu base images as orientation.
org.opencontainers.image.created 2026-02-23T15:05:07.068Z
org.opencontainers.image.description This repository is used to build images for action runners.
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 6f28dbc064fb321781807e51190f5ecb7c4c27af
org.opencontainers.image.source https://code.mor.re/open/runner-images
org.opencontainers.image.title runner-images
org.opencontainers.image.url https://code.mor.re/open/runner-images
org.opencontainers.image.version main
Details
Container
2026-02-23 15:10:58 +00:00
0
OCI / Docker
linux/arm64
230 MiB
Versions (1) View all
main 2026-02-23