Skip to content

Commit 57cbd66

Browse files
Merge pull request #17350 from rootfs/ceph-img
Automatic merge from submit-queue (batch tested with PRs 17350, 16998). install ceph luminous package in centos7 based image fix #17287 @stevekuznetsov
2 parents fc3e2b7 + b7fde7b commit 57cbd66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

images/base/Dockerfile.centos7

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
FROM openshift/origin-source
88

99
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" && \
10+
yum --disablerepo=origin-local-release install -y centos-release-ceph && \
11+
rpm -V centos-release-ceph && \
1012
yum --disablerepo=origin-local-release install -y ${INSTALL_PKGS} && \
1113
rpm -V ${INSTALL_PKGS} && \
1214
yum clean all && \

0 commit comments

Comments
 (0)