actions-docker/README.md
2024-08-18 18:04:19 +02:00

5 lines
323 B
Markdown

# actions-docker
This repository contains the `Dockerfile` used for building the image which powers all of StarOpenSource's CI/CD pipelines.
## Why the special image?
We want to use Arch Linux for running pipelines. This docker image uses `ghcr.io/archlinux/archlinux` as it's base and installs `git` and `nodejs` on top.