Skip to content

Commit cf5b77f

Browse files
author
OpenShift Bot
authored
Merge pull request #13060 from rootfs/rbd-img-15
Merged by openshift-bot
2 parents 03e7153 + dca0420 commit cf5b77f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

images/base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
FROM centos:centos7
88

99
RUN INSTALL_PKGS="which git tar wget hostname sysvinit-tools util-linux bsdtar epel-release \
10-
socat ethtool device-mapper iptables tree findutils nmap-ncat e2fsprogs xfsprogs lsof device-mapper-persistent-data" && \
10+
socat ethtool device-mapper iptables tree findutils nmap-ncat e2fsprogs xfsprogs lsof device-mapper-persistent-data ceph-common" && \
1111
yum install -y $INSTALL_PKGS && \
1212
rpm -V $INSTALL_PKGS && \
1313
yum clean all && \

images/base/Dockerfile.centos7

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
FROM centos:centos7
88

99
RUN INSTALL_PKGS="which git tar wget hostname sysvinit-tools util-linux bsdtar centos-release-openshift-origin \
10-
socat ethtool device-mapper iptables tree findutils nmap-ncat e2fsprogs xfsprogs lsof device-mapper-persistent-data" && \
10+
socat ethtool device-mapper iptables tree findutils nmap-ncat e2fsprogs xfsprogs lsof device-mapper-persistent-data ceph-common" && \
1111
yum install -y $INSTALL_PKGS && \
1212
rpm -V $INSTALL_PKGS && \
1313
yum clean all && \

images/base/Dockerfile.rhel7

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
FROM rhel7
88

99
RUN INSTALL_PKGS="which git tar wget hostname sysvinit-tools util-linux bsdtar \
10-
socat ethtool device-mapper iptables tree findutils nmap-ncat e2fsprogs xfsprogs lsof device-mapper-persistent-data" && \
10+
socat ethtool device-mapper iptables tree findutils nmap-ncat e2fsprogs xfsprogs lsof device-mapper-persistent-data ceph-common" && \
1111
yum install -y $INSTALL_PKGS && \
1212
rpm -V $INSTALL_PKGS && \
1313
yum clean all && \

images/node/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN curl -L -o /etc/yum.repos.d/origin-next-epel-7.repo https://copr.fedoraproje
2020
INSTALL_PKGS="libmnl libnetfilter_conntrack conntrack-tools openvswitch \
2121
libnfnetlink iptables iproute bridge-utils procps-ng ethtool socat openssl \
2222
binutils xz kmod-libs kmod sysvinit-tools device-mapper-libs dbus \
23-
ceph-common iscsi-initiator-utils" && \
23+
iscsi-initiator-utils" && \
2424
yum install -y $INSTALL_PKGS && \
2525
rpm -V $INSTALL_PKGS && \
2626
yum clean all && \

images/node/Dockerfile.centos7

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY scripts/* /usr/local/bin/
1515
RUN INSTALL_PKGS="origin-sdn-ovs libmnl libnetfilter_conntrack conntrack-tools openvswitch \
1616
libnfnetlink iptables iproute bridge-utils procps-ng ethtool socat openssl \
1717
binutils xz kmod-libs kmod sysvinit-tools device-mapper-libs dbus \
18-
ceph-common iscsi-initiator-utils" && \
18+
iscsi-initiator-utils" && \
1919
yum install -y $INSTALL_PKGS && \
2020
rpm -V $INSTALL_PKGS && \
2121
yum clean all && \

0 commit comments

Comments
 (0)