Add special image section to README
This commit is contained in:
parent
b0675f0e71
commit
1a8e079767
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
||||||
# actions-docker
|
# actions-docker
|
||||||
This repository contains the `Dockerfile` used for building the image which powers all of StarOpenSource's action pipelines.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue