Add OVS images for Focal

Change-Id: I91772df33fac1b737213a88d7430760c3c91d484
This commit is contained in:
Mohammed Naser 2021-05-13 00:04:15 -04:00
parent d2347d0baf
commit 876fb47ddf
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,8 @@
ARG FROM=docker.io/ubuntu:focal
FROM ${FROM}
LABEL maintainer="mnaser@vexxhost.com"
RUN set -ex; \
apt-get update; \
apt-get install -y openvswitch-switch; \
rm -rf /var/lib/apt/lists/*

View File

@ -68,6 +68,12 @@
tags:
- latest-ubuntu_bionic-dpdk
- "ubuntu_bionic-dpdk-{{ currentdate }}"
- context: openvswitch
repository: openstackhelm/openvswitch
dockerfile: Dockerfile.ubuntu_focal
tags:
- latest-ubuntu_focal
- "ubuntu_focal-{{ currentdate }}"
files: &openvswitch_files
- openvswitch/.*
- zuul.d/openvswitch.yaml