Go to file
2023-12-28 18:29:38 +01:00
.forgejo/workflows ci: initial docker image 2023-12-28 18:29:38 +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 2023-12-13 01:56:25 +01:00

Forgejo actions base image

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

Built and tagged on flora-6 with:

docker pull node:20-bookworm
docker build --tag node:20-bookworm .

Uses a ci user with passwordless sudo to enable nix single-user install.

See this GH issue for additional context.