Skip to content

Commit 200055d

Browse files
committed
Add back origin-sdn-ovs
1 parent 447c9ac commit 200055d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

images/node/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ COPY scripts/* /usr/local/bin/
1414
COPY system-container/system-container-wrapper.sh /usr/local/bin/
1515
COPY system-container/manifest.json system-container/config.json.template system-container/service.template system-container/tmpfiles.template /exports/
1616

17-
RUN INSTALL_PKGS="libmnl libnetfilter_conntrack conntrack-tools openvswitch \
17+
RUN INSTALL_PKGS="origin-sdn-ovs libmnl libnetfilter_conntrack conntrack-tools openvswitch \
1818
libnfnetlink iptables iproute bridge-utils procps-ng ethtool socat openssl \
1919
binutils xz kmod-libs kmod sysvinit-tools device-mapper-libs dbus \
2020
iscsi-initiator-utils bind-utils" && \
21-
yum install -y $INSTALL_PKGS && \
21+
yum --enablerepo=origin-local-release install -y $INSTALL_PKGS && \
2222
rpm -V $INSTALL_PKGS && \
2323
yum clean all && \
2424
mkdir -p /usr/lib/systemd/system/origin-node.service.d /usr/lib/systemd/system/docker.service.d

images/node/Dockerfile.centos7

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ COPY scripts/* /usr/local/bin/
1414
COPY system-container/system-container-wrapper.sh /usr/local/bin/
1515
COPY system-container/manifest.json system-container/config.json.template system-container/service.template system-container/tmpfiles.template /exports/
1616

17-
RUN INSTALL_PKGS="libmnl libnetfilter_conntrack conntrack-tools openvswitch \
17+
RUN INSTALL_PKGS="origin-sdn-ovs libmnl libnetfilter_conntrack conntrack-tools openvswitch \
1818
libnfnetlink iptables iproute bridge-utils procps-ng ethtool socat openssl \
1919
binutils xz kmod-libs kmod sysvinit-tools device-mapper-libs dbus \
2020
iscsi-initiator-utils bind-utils" && \
21-
yum install -y $INSTALL_PKGS && \
21+
yum --enablerepo=origin-local-release install -y $INSTALL_PKGS && \
2222
rpm -V $INSTALL_PKGS && \
2323
yum clean all && \
2424
mkdir -p /usr/lib/systemd/system/origin-node.service.d /usr/lib/systemd/system/docker.service.d

0 commit comments

Comments
 (0)