Specify some labels for the docker image
Some checks failed
Build docker image / build-and-publish (push) Failing after 20s

This commit is contained in:
Carlos Mogas da Silva 2024-12-04 00:36:25 +00:00
parent b1d2e9811b
commit b3c481434f

View file

@ -1,3 +1,7 @@
LABEL org.opencontainers.image.authors="Carlos Mogas da Silva <r3pek@r3pek.org>" \
org.opencontainers.image.url="https://code.r3pek.org/actions/rpm-build" \
org.opencontainers.image.source="https://code.r3pek.org/actions/rpm-build"
FROM fedora:41 FROM fedora:41
RUN dnf update -y && dnf upgrade -y; \ RUN dnf update -y && dnf upgrade -y; \