runner-images (sha256:2ba3842eca77a6a8d0d87012d4b7befdaa38f5a8e582b01df80821533d10d99e)

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:2ba3842eca77a6a8d0d87012d4b7befdaa38f5a8e582b01df80821533d10d99e
sha256:2ba3842eca77a6a8d0d87012d4b7befdaa38f5a8e582b01df80821533d10d99e

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:1ae27d2ef4369361104b699712f3897141e394785df5d193d67b44626f57eb87 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/amd64
206 MiB
Versions (1) View all
main 2026-02-23