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