File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ COPY scripts/* /usr/local/bin/
14
14
COPY system-container/system-container-wrapper.sh /usr/local/bin/
15
15
COPY system-container/manifest.json system-container/config.json.template system-container/service.template system-container/tmpfiles.template /exports/
16
16
17
- RUN INSTALL_PKGS="libmnl libnetfilter_conntrack conntrack-tools openvswitch \
17
+ RUN INSTALL_PKGS="origin-sdn-ovs libmnl libnetfilter_conntrack conntrack-tools openvswitch \
18
18
libnfnetlink iptables iproute bridge-utils procps-ng ethtool socat openssl \
19
19
binutils xz kmod-libs kmod sysvinit-tools device-mapper-libs dbus \
20
20
iscsi-initiator-utils bind-utils" && \
21
- yum install -y $INSTALL_PKGS && \
21
+ yum --enablerepo=origin-local-release install -y $INSTALL_PKGS && \
22
22
rpm -V $INSTALL_PKGS && \
23
23
yum clean all && \
24
24
mkdir -p /usr/lib/systemd/system/origin-node.service.d /usr/lib/systemd/system/docker.service.d
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ COPY scripts/* /usr/local/bin/
14
14
COPY system-container/system-container-wrapper.sh /usr/local/bin/
15
15
COPY system-container/manifest.json system-container/config.json.template system-container/service.template system-container/tmpfiles.template /exports/
16
16
17
- RUN INSTALL_PKGS="libmnl libnetfilter_conntrack conntrack-tools openvswitch \
17
+ RUN INSTALL_PKGS="origin-sdn-ovs libmnl libnetfilter_conntrack conntrack-tools openvswitch \
18
18
libnfnetlink iptables iproute bridge-utils procps-ng ethtool socat openssl \
19
19
binutils xz kmod-libs kmod sysvinit-tools device-mapper-libs dbus \
20
20
iscsi-initiator-utils bind-utils" && \
21
- yum install -y $INSTALL_PKGS && \
21
+ yum --enablerepo=origin-local-release install -y $INSTALL_PKGS && \
22
22
rpm -V $INSTALL_PKGS && \
23
23
yum clean all && \
24
24
mkdir -p /usr/lib/systemd/system/origin-node.service.d /usr/lib/systemd/system/docker.service.d
You can’t perform that action at this time.
0 commit comments