Add special image section to README

This commit is contained in:
JeremyStar™ 2024-08-18 15:11:10 +02:00
parent b0675f0e71
commit 1a8e079767
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -1,2 +1,5 @@
# actions-docker
This repository contains the `Dockerfile` used for building the image which powers all of StarOpenSource's action 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.