Docker image used for running CI/CD pipelines.
JeremyStarTM
bf532c9a3d
Some checks failed
upload / upload (push) Failing after 2m23s
(I just did this to trigger a pipeline, forgot to enable Actions) |
||
---|---|---|
.forgejo/workflows | ||
Dockerfile | ||
LICENSE | ||
README.md |
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.