diff --git a/README.md b/README.md index 427c6c4..e9b8e97 100644 --- a/README.md +++ b/README.md @@ -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.