Add MAINTAINER "label"
All checks were successful
Build docker image / build-and-publish (push) Successful in 2m35s
All checks were successful
Build docker image / build-and-publish (push) Successful in 2m35s
This commit is contained in:
parent
1ed7bb68e2
commit
f08ff170d1
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ FROM fedora:41
|
|||
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"
|
||||
MAINTAINER "Carlos Mogas da Silva <r3pek@r3pek.org>"
|
||||
|
||||
RUN dnf update -y && dnf upgrade -y; \
|
||||
dnf install -y mock rpmdevtools; \
|
||||
|
|
Loading…
Reference in a new issue