We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f08ce6 commit b79fd29Copy full SHA for b79fd29
images/base/Dockerfile.centos7
@@ -5,9 +5,7 @@
5
# The standard name for this image is openshift/origin-base
6
#
7
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
+RUN yum install centos-release-ceph -y
11
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" && \
12
yum --disablerepo=origin-local-release install -y ${INSTALL_PKGS} && \
13
rpm -V ${INSTALL_PKGS} && \
0 commit comments