This repository is used to build images for action runners. It uses the GitHub Ubuntu base images as orientation.
Go to file
renovate 1337fab7af
Build image / build (pull_request) Successful in 4m49s Details
Build image / build (push) Successful in 5m1s Details
chore(deps): update https://github.com/docker/setup-buildx-action action to v3.12.0
2025-12-19 11:08:49 +00:00
.forgejo/workflows chore(deps): update https://github.com/docker/setup-buildx-action action to v3.12.0 2025-12-19 11:08:49 +00:00
.pre-commit-config.yaml chore(deps): update pre-commit hook hadolint/hadolint to v2.14.0 2025-10-06 15:51:12 +00:00
Dockerfile chore(deps): update ubuntu:24.04 docker digest to c35e29c 2025-11-20 09:37:47 +00:00
README.md feat: initial commit 2023-07-27 22:58:06 +02:00
docker.list fix: do not specify architecture in apt list file 2023-07-29 19:12:35 +02:00
nodesource.list chore(deps): update node.js to v24 2025-10-28 17:08:28 +00:00
renovate.json fix: add depNameTemplate 2023-10-13 09:42:09 +02:00

README.md

runner-images

This uses 9a403df7bd/images/linux/Ubuntu2204-Readme.md as inspiration to build a base image that is useful without installing many different packages.

Development

Set up pre-commit before starting development:

pre-commit install