Docker image used for running CI/CD pipelines.
Find a file
JeremyStarTM fb01ac5ff4
Some checks failed
upload / upload (push) Failing after 1s
What's the issue Forgejo?
2024-08-18 15:22:16 +02:00
.forgejo/workflows What's the issue Forgejo? 2024-08-18 15:22:16 +02:00
Dockerfile Add labels to Dockerfile 2024-08-18 15:09:42 +02:00
LICENSE Add missing LICENSE 2024-08-18 15:09:33 +02:00
README.md Add special image section to README 2024-08-18 15:11:10 +02:00

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.