Go to file
teutat3s 9268148099
Build docker image / build-image (push) Successful in 2m59s Details
docs: update README
2024-04-24 19:01:50 +02:00
.forgejo/workflows fix: use GIT_AUTH_TOKEN to authenticate 2023-12-28 23:12:18 +01:00
Dockerfile Initial commit 2023-12-13 01:50:24 +01:00
LICENSE Initial commit 2023-12-13 00:49:33 +00:00
README.md docs: update README 2024-04-24 19:01:50 +02:00

README.md

Forgejo actions base image

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

The CI builds this image on pushes to main as git.pub.solar/pub-solar/actions-base-image:20-bookworm.

Building the image locally:

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

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

See this GH issue for additional context.