build: disable ceph-iscsi repository for test-container builds too

The ceph-iscsi repository seems to provide broken metadata or packages.
Ceph-CSI does not need to install them, so disable the repository for
now.

It seems that other repositories gave issues before too, but these
repositories were disabled after installing all available updates. For
ceph-iscsi updating fails already, so disable the repositories before
updating.

Updates: #2034
Signed-off-by: Niels de Vos <ndevos@ibm.com>
(cherry picked from commit ebfd915ad6)
This commit is contained in:
Niels de Vos 2023-07-03 17:43:27 +02:00 committed by mergify[bot]
parent 782cbcae57
commit 37d54cf425

View File

@ -17,10 +17,10 @@ RUN source /build.env \
&& mkdir -p /usr/local/go \ && mkdir -p /usr/local/go \
&& curl https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-${GOARCH}.tar.gz | tar xzf - -C ${GOROOT} --strip-components=1 && curl https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-${GOARCH}.tar.gz | tar xzf - -C ${GOROOT} --strip-components=1
# FIXME: Ceph does not need Apache Arrow anymore, some container images may # TODO: remove the following cmd, when issue
# still have the repository enabled. Disabling the repository can be removed in # https://github.com/ceph/ceph-container/issues/2034 is fixed.
# the future, see https://github.com/ceph/ceph-container/pull/1990 . RUN dnf config-manager --disable \
RUN dnf config-manager --disable apache-arrow-centos || true tcmu-runner,tcmu-runner-source,tcmu-runner-noarch,ceph-iscsi || true
RUN dnf -y install \ RUN dnf -y install \
git \ git \