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 836f8e3 commit f65605aCopy full SHA for f65605a
images/origin/Dockerfile
@@ -6,7 +6,9 @@
6
#
7
FROM openshift/origin-cli
8
9
-RUN INSTALL_PKGS="origin" && \
+RUN INSTALL_PKGS="origin ceph-common" && \
10
+ yum install -y centos-release-ceph-luminous && \
11
+ rpm -V centos-release-ceph-luminous && \
12
yum --enablerepo=origin-local-release install -y ${INSTALL_PKGS} && \
13
rpm -V ${INSTALL_PKGS} && \
14
yum clean all && \
0 commit comments