Merge pull request #985 from elezar/fix-signing-container

[no-relnote] Use centos:stream9 for signing container
This commit is contained in:
Evan Lezar 2025-03-12 12:45:57 +02:00 committed by GitHub
commit 57f077fce7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,3 @@
FROM quay.io/centos/centos:stream8
RUN sed -i -e "s|mirrorlist=|#mirrorlist=|g" \
-e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" \
/etc/yum.repos.d/CentOS-Stream-*
FROM quay.io/centos/centos:stream9
RUN yum install -y createrepo rpm-sign pinentry