We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f785e90 + b43c8c4 commit a152a2fCopy full SHA for a152a2f
scripts/Dockerfile.sign.rpm
@@ -1,7 +1,3 @@
1
-FROM quay.io/centos/centos:stream8
2
-
3
-RUN sed -i -e "s|mirrorlist=|#mirrorlist=|g" \
4
- -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" \
5
- /etc/yum.repos.d/CentOS-Stream-*
+FROM quay.io/centos/centos:stream9
6
7
RUN yum install -y createrepo rpm-sign pinentry
0 commit comments