Add ovs jammy
Change-Id: Id01c093ef22e289f0baacf7889795b9ece01d897
This commit is contained in:
7
openvswitch/Dockerfile.ubuntu_jammy
Normal file
7
openvswitch/Dockerfile.ubuntu_jammy
Normal 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/*
|
@@ -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
|
||||
|
Reference in New Issue
Block a user