Add ovs jammy

Change-Id: Id01c093ef22e289f0baacf7889795b9ece01d897
This commit is contained in:
Sadegh Hayeri 2023-07-03 19:00:48 +03:30
parent 14ce9685b8
commit bfaac24bd0
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,7 @@
ARG FROM=docker.io/ubuntu:jammy
FROM ${FROM}
RUN set -ex; \
apt-get update; \
apt-get install -y openvswitch-switch; \
rm -rf /var/lib/apt/lists/*

View File

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