runner-images (sha256:da312e83902ce820b143d171c2cd139d60eb88e5a49a8b1cadaa85fce16419fb)

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:da312e83902ce820b143d171c2cd139d60eb88e5a49a8b1cadaa85fce16419fb
sha256:da312e83902ce820b143d171c2cd139d60eb88e5a49a8b1cadaa85fce16419fb

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:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b 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/amd64
198 MiB
Versions (1) View all
main 2026-01-25