Skip to content

Commit

Permalink
Merge pull request #17350 from rootfs/ceph-img
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue (batch tested with PRs 17350, 16998).

install ceph luminous package in centos7 based image

fix #17287

@stevekuznetsov
  • Loading branch information
openshift-merge-robot authored Nov 30, 2017
2 parents fc3e2b7 + b7fde7b commit 57cbd66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/base/Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
FROM openshift/origin-source

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 centos-release-ceph && \
rpm -V centos-release-ceph && \
yum --disablerepo=origin-local-release install -y ${INSTALL_PKGS} && \
rpm -V ${INSTALL_PKGS} && \
yum clean all && \
Expand Down

0 comments on commit 57cbd66

Please sign in to comment.