This patch set updates the Dockerfile to use python3 and pip3 instead
for all ubuntu images.
Change-Id: I20a6f1a28b2adadd66d42907bbec977c28f5a044
Signed-off-by: Tin Lam <tlam@omegaprime.dev>
Add following capability to ubuntu bionic DPDK dockerfile:
1. Option to either compile ovs-dpdk from source (DPDK and OVS) or
install it from package. By default package install is enabled.
For src compile pass these build-args:
OVS_SRC_COMPILE_VERSION and DPDK_SRC_COMPILE_VERSION.
2. Option to apply any patch to DPDK or OVS sources, in case using
source compilation. For this ensure the patch file is kept in
same folder as the Dockerfile.ubuntu_bionic-dpdk, and pass these
build-args: OVS_PATCH_FILE_NAME and/or DPDK_PATCH_FILE_NAME.
Change-Id: If806b241890deff77e9ae76f27d375a2bd680b11
As we are moving to bionic version, this patch is to add ubuntu bionic
based ovs image to support ovs-dpdk. Also this patch removes the
debian_dpdk image, as it doesn't work correctly on some CPUs.
Change-Id: I3f720dfa0736cabbaa59406871b039d8762ce4de