diff --git a/testing/containers/ceph/Dockerfile b/testing/containers/ceph/Dockerfile index 3e3a7b1da..a8939f0d4 100644 --- a/testing/containers/ceph/Dockerfile +++ b/testing/containers/ceph/Dockerfile @@ -12,7 +12,7 @@ RUN true \ && echo "Check: [ ${CEPH_VERSION} = ${GO_CEPH_VERSION} ]" \ && [ "${CEPH_VERSION}" = "${GO_CEPH_VERSION}" ] \ && (. /etc/os-release ; if [ "$ID" = centos -a "$VERSION" = 8 ]; then find /etc/yum.repos.d/ -name '*.repo' -exec sed -i -e 's|^mirrorlist=|#mirrorlist=|g' -e 's|^#baseurl=http://mirror.centos.org|baseurl=https://vault.centos.org|g' {} \; ; fi ) \ - && yum update -y --disablerepo=ganesha \ + && yum update -y \ && cv="$(rpm -q --queryformat '%{version}-%{release}' ceph-common)" \ && yum install -y \ git wget /usr/bin/curl make \