From b2e31dbe1ed43b5b0f3d8dc5797f126577e825f1 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 1 Jun 2023 18:12:48 +0200 Subject: [PATCH] cleanup: no need for disabling the apache-arrow-centor repository The apache-arrow-centor repository is not available in current Ceph container-images, there is no need to try to disable the repository anymore. See-also: https://github.com/ceph/ceph-container/pull/1990 Signed-off-by: Niels de Vos --- scripts/Dockerfile.devel | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/Dockerfile.devel b/scripts/Dockerfile.devel index 33afbb8d4..b28bb6d79 100644 --- a/scripts/Dockerfile.devel +++ b/scripts/Dockerfile.devel @@ -17,11 +17,6 @@ RUN source /build.env \ && 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 -# FIXME: Ceph does not need Apache Arrow anymore, some container images may -# still have the repository enabled. Disabling the repository can be removed in -# the future, see https://github.com/ceph/ceph-container/pull/1990 . -RUN dnf config-manager --disable apache-arrow-centos || true - RUN dnf -y install \ git \ make \