Skip to content

Commit 9f08ce6

Browse files
committedNov 16, 2017
install ceph luminous package in centos7 based image
Signed-off-by: Huamin Chen <[email protected]>
1 parent a70f279 commit 9f08ce6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎images/base/Dockerfile.centos7

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
# The standard name for this image is openshift/origin-base
66
#
77
FROM openshift/origin-source
8-
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
911
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" && \
1012
yum --disablerepo=origin-local-release install -y ${INSTALL_PKGS} && \
1113
rpm -V ${INSTALL_PKGS} && \

0 commit comments

Comments
 (0)
Please sign in to comment.