diff --git a/debian_stable_docker_images.inc b/debian_stable_docker_images.inc index b755cdfb1..7f18e9487 100644 --- a/debian_stable_docker_images.inc +++ b/debian_stable_docker_images.inc @@ -1,3 +1,4 @@ kubernetes/n3000 virt/libvirt database/mariadb +networking/openvswitch diff --git a/networking/openvswitch/debian/docker/Dockerfile b/networking/openvswitch/debian/docker/Dockerfile new file mode 100644 index 000000000..04d06c7f1 --- /dev/null +++ b/networking/openvswitch/debian/docker/Dockerfile @@ -0,0 +1,20 @@ +# Expected build arguments: +# BASE: specify base layer +# +ARG BASE + +FROM ${BASE} + +ENV OVS_VERSION=2.15.0 + +RUN apt-get -y update \ + && apt-get -y install \ + openvswitch-common \ + openvswitch-dbg \ + openvswitch-dev \ + openvswitch-ipsec \ + openvswitch-pki \ + openvswitch-switch-dpdk \ + openvswitch-switch \ + openvswitch-testcontroller \ + openvswitch-vtep \ No newline at end of file diff --git a/networking/openvswitch/debian/stx-ovs.stable_docker_image b/networking/openvswitch/debian/stx-ovs.stable_docker_image new file mode 100644 index 000000000..c5892097f --- /dev/null +++ b/networking/openvswitch/debian/stx-ovs.stable_docker_image @@ -0,0 +1,2 @@ +BUILDER=docker +LABEL=stx-ovs