This repository is used to build images for action runners. It uses the GitHub Ubuntu base images as orientation.
Go to file
renovate 1dd7f17b04
Build image / build (pull_request) Failing after 1s Details
chore(deps): update actions/checkout action to v4.2.1
2024-10-07 17:11:12 +00:00
.forgejo/workflows chore(deps): update actions/checkout action to v4.2.1 2024-10-07 17:11:12 +00:00
.pre-commit-config.yaml chore(deps): update pre-commit hook pre-commit/mirrors-prettier to v3.1.0 2023-11-13 09:05:30 +00:00
Dockerfile chore(deps): update ubuntu docker tag to v24 2024-06-13 10:26:14 +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): bump node to 20 2023-10-13 09:49:36 +02: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