actions-base-image/README.md
teutat3s 00eeb43697
Some checks failed
Build docker image / build-image (push) Failing after 6s
docs: update README
2023-12-28 19:53:23 +01:00

18 lines
501 B
Markdown

# Forgejo actions base image
Docker image with all dependencies installed, configured to be as close to
GitHub actions as possible.
The CI build this image on pushes to `main` as `git.pub.solar/pub-solar/actions-base-image`.
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](https://github.com/NixOS/nix/issues/1559) for additional context.