Skip to content

Commit

Permalink
install ceph luminous package in centos7 based image
Browse files Browse the repository at this point in the history
Signed-off-by: Huamin Chen <[email protected]>
  • Loading branch information
rootfs committed Nov 16, 2017
1 parent a70f279 commit 9f08ce6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/base/Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
# The standard name for this image is openshift/origin-base
#
FROM openshift/origin-source

ENV CEPH_VERSION "luminous"
RUN rpm -Uvh https://download.ceph.com/rpm-$CEPH_VERSION/el7/noarch/ceph-release-1-1.el7.noarch.rpm && \
yum install epel-release -y
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" && \
yum --disablerepo=origin-local-release install -y ${INSTALL_PKGS} && \
rpm -V ${INSTALL_PKGS} && \
Expand Down

0 comments on commit 9f08ce6

Please sign in to comment.