actions-base-image/README.md
2023-12-13 01:50:24 +01:00

15 lines
378 B
Markdown

# 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 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.