Skip to content

Commit

Permalink
use centos SIG storage repo
Browse files Browse the repository at this point in the history
Signed-off-by: Huamin Chen <[email protected]>
  • Loading branch information
rootfs committed Nov 29, 2017
1 parent 9f08ce6 commit b7fde7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/base/Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
# 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 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 b7fde7b

Please sign in to comment.