runner-images (sha256:e7a003dd798eb3067f84a1f536b0bf18b7c22519a18db7ef41630953697fd6ec)

Published 2026-01-25 00:29:09 +00:00 by morre in open/runner-images

Installation

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

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:6089c6bede9eca8ec4f424e5798a0ae0712a6fe38c9b97f9afb9d24d9675024e 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-01-25T00:24:29.762Z
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 5360f82458cd3fc8c9aaffc29e94a0effe68f367
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-01-25 00:29:09 +00:00
0
OCI / Docker
linux/arm64
224 MiB
Versions (1) View all
main 2026-01-25