mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-03-22 13:06:34 +00:00
Merge pull request #986 from elezar/fix-signing-container
Some checks failed
Some checks failed
[no-relnote] Use centos:stream9 for signing container
This commit is contained in:
commit
a152a2fd7e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user