Skip to content

Commit a152a2f

Browse files
authored
Merge pull request #986 from elezar/fix-signing-container
[no-relnote] Use centos:stream9 for signing container
2 parents f785e90 + b43c8c4 commit a152a2f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/Dockerfile.sign.rpm

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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-*
1+
FROM quay.io/centos/centos:stream9
62

73
RUN yum install -y createrepo rpm-sign pinentry

0 commit comments

Comments
 (0)