No description
Find a file
teutat3s 6a9eefa522
All checks were successful
Build docker image / build-image (push) Successful in 1m56s
ci: update to node:22-bookworm, update actions
2025-04-15 21:04:31 +02:00
.forgejo/workflows ci: update to node:22-bookworm, update actions 2025-04-15 21:04:31 +02:00
Dockerfile ci: update to node:22-bookworm, update actions 2025-04-15 21:04:31 +02:00
LICENSE Initial commit 2023-12-13 00:49:33 +00:00
README.md ci: update to node:22-bookworm, update actions 2025-04-15 21:04:31 +02:00

Forgejo actions base image

Docker image with all dependencies installed, configured to be as close to GitHub actions as possible.

Creates a ci user with passwordless sudo to enable nix single-user install in a node:22-bookworm base image.

See this GH issue for additional context.

How to update the image

On push to the main branch, a job will be triggered to build the image and push it as git.pub.solar/pub-solar/actions-base-image:22-bookworm.

Local testing

Building the image locally:

docker build --tag git.pub.solar/pub-solar/actions-base-image:22-bookworm .