Improve wording
This commit is contained in:
parent
d47d3b3c7d
commit
155467bbbf
2 changed files with 2 additions and 2 deletions
|
@ -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@staropensource.de> (@jeremystartm)"
|
||||
LABEL org.opencontainers.image.url="https://git.staropensource.de/StarOpenSource/actions-docker/src/branch/develop/README.md"
|
||||
LABEL org.opencontainers.image.documentation=""
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue