Guess that should be a label
All checks were successful
Build docker image / build-and-publish (push) Successful in 3m30s
All checks were successful
Build docker image / build-and-publish (push) Successful in 3m30s
This commit is contained in:
parent
f08ff170d1
commit
d6385ccfcf
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ 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>"
|
||||
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