We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f08ce6 commit b7fde7bCopy full SHA for b7fde7b
images/base/Dockerfile.centos7
@@ -5,10 +5,10 @@
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
+
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" && \
+ yum --disablerepo=origin-local-release install -y centos-release-ceph && \
+ rpm -V centos-release-ceph && \
12
yum --disablerepo=origin-local-release install -y ${INSTALL_PKGS} && \
13
rpm -V ${INSTALL_PKGS} && \
14
yum clean all && \
0 commit comments