mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-03-23 06:17:00 +00:00
[no-relnote] Use centos:stream9 for signing container
The signing container need not be based on a legacy centos version. This change updates the signing contianer to be centos:stream9 based. Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
f785e908a7
commit
b43c8c424e
@ -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