actions-docker/README.md

6 lines
324 B
Markdown
Raw Normal View History

2024-08-18 14:57:23 +02:00
# actions-docker
This repository contains the `Dockerfile` used for building the image which powers all of StarOpenSource's action pipelines.
2024-08-18 15:11:10 +02:00
## 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.