Skip to content

bvandevliet/Runner-Images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Runner Images

Clean and slim Gitea Actions runner images

This repo contains the Dockerfiles and Github Actions to build Gitea Actions runner images.
The build process is based on the official slim Github Actions runner images,
but with some modifications to support the latest Node.js version and for better Git compatibility.

Slim images

Slim images are based on node:*-slim.
They contain Node.js to run basic workflows and set up more development tools if needed.
Their size is much smaller, which is friendly to disk-space constrained runners.

Tag Base Size Example label
20-bullseye-slim node:20-bullseye-slim size ubuntu-20.04:docker://bvandevliet/runner-images:20-bullseye-slim
22-bullseye-slim node:22-bullseye-slim size ubuntu-20.04:docker://bvandevliet/runner-images:22-bullseye-slim
20-bookworm-slim node:20-bookworm-slim size ubuntu-22.04:docker://bvandevliet/runner-images:20-bookworm-slim
22-bookworm-slim node:22-bookworm-slim size ubuntu-latest:docker://bvandevliet/runner-images:22-bookworm-slim

About

Clean and slim Gitea Actions runner images

Resources

License

Stars

Watchers

Forks

Packages

No packages published