mirror of https://github.com/ceph/go-ceph
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:
parent
1c4990606f
commit
52bc6e9158
|
@ -13,7 +13,6 @@ ENV GO_CEPH_VERSION=${GO_CEPH_VERSION:-$CEPH_VERSION} \
|
||||||
RUN true && \
|
RUN true && \
|
||||||
echo "Check: [ ${CEPH_VERSION} = ${GO_CEPH_VERSION} ]" && \
|
echo "Check: [ ${CEPH_VERSION} = ${GO_CEPH_VERSION} ]" && \
|
||||||
[ "${CEPH_VERSION}" = "${GO_CEPH_VERSION}" ] && \
|
[ "${CEPH_VERSION}" = "${GO_CEPH_VERSION}" ] && \
|
||||||
(dnf config-manager --disable apache-arrow-centos || true) && \
|
|
||||||
yum update -y && \
|
yum update -y && \
|
||||||
cv="$(rpm -q --queryformat '%{version}-%{release}' ceph-common)" && \
|
cv="$(rpm -q --queryformat '%{version}-%{release}' ceph-common)" && \
|
||||||
yum install -y \
|
yum install -y \
|
||||||
|
|
Loading…
Reference in New Issue