Skip to content

Commit b79fd29

Browse files
committed
use centos SIG storage repo
Signed-off-by: Huamin Chen <[email protected]>
1 parent 9f08ce6 commit b79fd29

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

images/base/Dockerfile.centos7

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
# The standard name for this image is openshift/origin-base
66
#
77
FROM openshift/origin-source
8-
ENV CEPH_VERSION "luminous"
9-
RUN rpm -Uvh https://download.ceph.com/rpm-$CEPH_VERSION/el7/noarch/ceph-release-1-1.el7.noarch.rpm && \
10-
yum install epel-release -y
8+
RUN yum install centos-release-ceph -y
119
RUN INSTALL_PKGS="bsdtar ceph-common device-mapper device-mapper-persistent-data e2fsprogs ethtool findutils git hostname iptables lsof nmap-ncat socat sysvinit-tools tar tree util-linux wget which xfsprogs" && \
1210
yum --disablerepo=origin-local-release install -y ${INSTALL_PKGS} && \
1311
rpm -V ${INSTALL_PKGS} && \

0 commit comments

Comments
 (0)