Merge pull request #575 from elezar/fix-centos7-builds

Fix centos7 builds
This commit is contained in:
Evan Lezar 2024-07-01 16:55:57 +02:00 committed by GitHub
commit b093d6a8b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 7 deletions

2
.gitmodules vendored
View File

@ -1,4 +1,4 @@
[submodule "third_party/libnvidia-container"]
path = third_party/libnvidia-container
url = https://github.com/NVIDIA/libnvidia-container.git
branch = main
branch = release-1.15

View File

@ -20,11 +20,9 @@ FROM ${BASEIMAGE}
# centos:stream8 is EOL.
# We switch to the vault repositories for this base image.
ARG BASEIMAGE
RUN if [ "${BASEIMAGE}" = "quay.io/centos/centos:stream8" ]; then \
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-*; \
fi
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-*
RUN yum install -y \
ca-certificates \

@ -1 +1 @@
Subproject commit e729d79b29e64871425796e44ef06c505c6d6762
Subproject commit 24b3f92f9dd8cfcb9b29d27db64018be3c21950c