This repository is used to build images for action runners.
| 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 |
| 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 |