Skip to content

Commit b7fde7b

Browse files
committedNov 29, 2017
use centos SIG storage repo
Signed-off-by: Huamin Chen <[email protected]>
1 parent 9f08ce6 commit b7fde7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎images/base/Dockerfile.centos7

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
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+
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" && \
10+
yum --disablerepo=origin-local-release install -y centos-release-ceph && \
11+
rpm -V centos-release-ceph && \
1212
yum --disablerepo=origin-local-release install -y ${INSTALL_PKGS} && \
1313
rpm -V ${INSTALL_PKGS} && \
1414
yum clean all && \

0 commit comments

Comments
 (0)
Please sign in to comment.