File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
FROM centos:centos7
8
8
9
9
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 " && \
11
11
yum install -y $INSTALL_PKGS && \
12
12
rpm -V $INSTALL_PKGS && \
13
13
yum clean all && \
Original file line number Diff line number Diff line change 7
7
FROM centos:centos7
8
8
9
9
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 " && \
11
11
yum install -y $INSTALL_PKGS && \
12
12
rpm -V $INSTALL_PKGS && \
13
13
yum clean all && \
Original file line number Diff line number Diff line change 7
7
FROM rhel7
8
8
9
9
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 " && \
11
11
yum install -y $INSTALL_PKGS && \
12
12
rpm -V $INSTALL_PKGS && \
13
13
yum clean all && \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN curl -L -o /etc/yum.repos.d/origin-next-epel-7.repo https://copr.fedoraproje
20
20
INSTALL_PKGS="libmnl libnetfilter_conntrack conntrack-tools openvswitch \
21
21
libnfnetlink iptables iproute bridge-utils procps-ng ethtool socat openssl \
22
22
binutils xz kmod-libs kmod sysvinit-tools device-mapper-libs dbus \
23
- ceph-common iscsi-initiator-utils" && \
23
+ iscsi-initiator-utils" && \
24
24
yum install -y $INSTALL_PKGS && \
25
25
rpm -V $INSTALL_PKGS && \
26
26
yum clean all && \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ COPY scripts/* /usr/local/bin/
15
15
RUN INSTALL_PKGS="origin-sdn-ovs libmnl libnetfilter_conntrack conntrack-tools openvswitch \
16
16
libnfnetlink iptables iproute bridge-utils procps-ng ethtool socat openssl \
17
17
binutils xz kmod-libs kmod sysvinit-tools device-mapper-libs dbus \
18
- ceph-common iscsi-initiator-utils" && \
18
+ iscsi-initiator-utils" && \
19
19
yum install -y $INSTALL_PKGS && \
20
20
rpm -V $INSTALL_PKGS && \
21
21
yum clean all && \
You can’t perform that action at this time.
0 commit comments