Specify some labels for the docker image
Some checks failed
Build docker image / build-and-publish (push) Failing after 20s
Some checks failed
Build docker image / build-and-publish (push) Failing after 20s
This commit is contained in:
parent
b1d2e9811b
commit
b3c481434f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
RUN dnf update -y && dnf upgrade -y; \
|
||||
|
|
Loading…
Reference in a new issue