From b6a2955c812cc814ef1137bb2fd072ddcf232b16 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 28 Dec 2023 23:07:43 +0100 Subject: [PATCH] docs: update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c94d4bc..12cde22 100644 --- a/README.md +++ b/README.md @@ -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.