This commit is contained in:
parent
7a32027b46
commit
b6a2955c81
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue