Merge "Add ovs jammy"

This commit is contained in:
Zuul 2023-07-04 21:12:55 +00:00 committed by Gerrit Code Review
commit b8eb11213b
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

@ -56,6 +56,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