docs: update README
Some checks failed
Build docker image / build-image (push) Failing after 7s

This commit is contained in:
teutat3s 2023-12-28 23:07:43 +01:00
parent 7a32027b46
commit b6a2955c81
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -5,13 +5,12 @@ GitHub actions as possible.
The CI builds this image on pushes to `main` as `git.pub.solar/pub-solar/actions-base-image:$TAG`.
Built and tagged on flora-6 with:
Building the image locally:
```
docker pull node:20-bookworm
docker build --tag node:20-bookworm .
docker build --tag git.pub.solar/pub-solar/actions-base-image:20-bookworm .
```
Uses a `ci` user with passwordless sudo to enable nix single-user install.
Creates a `ci` user with passwordless sudo to enable nix single-user install in a `node:20-bookworm` base image.
See this [GH issue](https://github.com/NixOS/nix/issues/1559) for additional context.