diff --git a/Dockerfile b/Dockerfile index 219ce83..53a9fbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM archlinux:base-devel LABEL org.opencontainers.image.title="actions-docker" -LABEL org.opencontainers.image.description="StarOpenSource's Docker image for actions pipelines." +LABEL org.opencontainers.image.description="StarOpenSource's Docker image for CI/CD pipelines." LABEL org.opencontainers.image.authors="JeremyStarâ„¢ (@jeremystartm)" LABEL org.opencontainers.image.url="https://git.staropensource.de/StarOpenSource/actions-docker/src/branch/develop/README.md" LABEL org.opencontainers.image.documentation="" diff --git a/README.md b/README.md index e9b8e97..a0f4927 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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 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.