containers: drop apache arrow workaround

This issue should no longer be present in the base containers.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2022-03-15 10:10:22 -04:00 committed by mergify[bot]
parent 1c4990606f
commit 52bc6e9158
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ ENV GO_CEPH_VERSION=${GO_CEPH_VERSION:-$CEPH_VERSION} \
RUN true && \
echo "Check: [ ${CEPH_VERSION} = ${GO_CEPH_VERSION} ]" && \
[ "${CEPH_VERSION}" = "${GO_CEPH_VERSION}" ] && \
(dnf config-manager --disable apache-arrow-centos || true) && \
yum update -y && \
cv="$(rpm -q --queryformat '%{version}-%{release}' ceph-common)" && \
yum install -y \