Skip to content

Commit

Permalink
Adding arping to OVN images
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Constantinescu <aconstan@redhat.com>
  • Loading branch information
alexanderConstantinescu committed Jul 28, 2020
1 parent f068442 commit 87e203f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY kubernetes.repo /etc/yum.repos.d/kubernetes.repo
RUN INSTALL_PKGS=" \
PyYAML bind-utils procps-ng openssl numactl-libs firewalld-filesystem \
libpcap kubectl \
iproute strace socat \
iproute iputils strace socat \
unbound-libs \
" && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False $INSTALL_PKGS
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN INSTALL_PKGS=" \
PyYAML bind-utils procps-ng openssl numactl-libs firewalld-filesystem \
libpcap hostname kubernetes-client \
ovn ovn-central ovn-host \
iptables iproute strace socat \
iptables iproute iputils strace socat \
" && \
dnf install --best --refresh -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
dnf clean all && rm -rf /var/cache/dnf/*
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.fedora.dev
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ARG OVS_BRANCH=master
RUN dnf upgrade -y && dnf install --best --refresh -y --setopt=tsflags=nodocs \
PyYAML bind-utils procps-ng openssl numactl-libs firewalld-filesystem \
libpcap hostname kubernetes-client \
iptables iproute strace socat\
iptables iproute iputils strace socat\
"kernel-devel-uname-r == $KERNEL_VERSION" \
@'Development Tools' rpm-build dnf-plugins-core kmod && \
dnf clean all && rm -rf /var/cache/dnf/*
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM ubuntu:18.04

USER root

RUN apt-get update && apt-get install -y iproute2 curl software-properties-common setpriv
RUN apt-get update && apt-get install -y arping iproute2 curl software-properties-common setpriv

# We do not have much control over the exact version of OVS/OVN that can be
# obtained from upstream Ubuntu. guru@ovn.org maintains more latest versions of
Expand Down

0 comments on commit 87e203f

Please sign in to comment.