build: no need to use the CentOS 8 archived repositories on CentOS 9

The Ceph base container-image moved to CentOS Stream 9, so there is no
need to adapt the repositories anymore.

Closes: #4659
Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos 2024-10-16 09:44:34 +02:00 committed by mergify[bot]
parent e75fec74f9
commit 8ddb615df2
2 changed files with 0 additions and 10 deletions

View File

@ -4,11 +4,6 @@ ARG BASE_IMAGE
FROM ${BASE_IMAGE} as updated_base FROM ${BASE_IMAGE} as updated_base
# Since CentOS Stream 8 is EOL, update the config to use vault.centos.org for CentOS Stream 8
# TODO: remove once https://github.com/ceph/ceph-csi/issues/4659 is fixed.
RUN sed -i 's|^mirrorlist=|#mirrorlist=|g' /etc/yum.repos.d/*.repo && \
sed -i 's|^#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/*.repo
# TODO: remove the following cmd, when issues # TODO: remove the following cmd, when issues
# https://github.com/ceph/ceph-container/issues/2034 # https://github.com/ceph/ceph-container/issues/2034
# https://github.com/ceph/ceph-container/issues/2141 are fixed. # https://github.com/ceph/ceph-container/issues/2141 are fixed.

View File

@ -1,11 +1,6 @@
ARG BASE_IMAGE ARG BASE_IMAGE
FROM ${BASE_IMAGE} FROM ${BASE_IMAGE}
# Since CentOS Stream 8 is EOL, update the config to use vault.centos.org for CentOS Stream 8
# TODO: remove once https://github.com/ceph/ceph-csi/issues/4659 is fixed.
RUN sed -i 's|^mirrorlist=|#mirrorlist=|g' /etc/yum.repos.d/*.repo && \
sed -i 's|^#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/*.repo
ARG GOROOT=/usr/local/go ARG GOROOT=/usr/local/go
ARG GOARCH ARG GOARCH