Docker image used for running CI/CD pipelines.
Find a file
2024-12-02 21:56:16 +01:00
Dockerfile Fix building process, use new repo, use JDK 21 2024-12-02 21:45:12 +01:00
LICENSE Add missing LICENSE 2024-08-18 15:09:33 +02:00
Makefile Revert "ba1f2b9d75e27c8727306143819c8ea02e1213a1" (updated) 2024-12-02 21:56:16 +01:00
README.md Improve wording 2024-08-18 18:04:19 +02:00

actions-docker

This repository contains the Dockerfile used for building the image which powers all of StarOpenSource's CI/CD 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.