Build 2025.2 libvirt images
Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com> Change-Id: I54b67ab820cc06b5a08ecf5234131507e59013b3
This commit is contained in:
@@ -22,7 +22,7 @@ RUN <<EOF /bin/bash
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
elif [ "$(lsb_release -sc)" = "noble" ]; then
|
elif [ "$(lsb_release -sc)" = "noble" ]; then
|
||||||
if [[ "${RELEASE}" = "dalmatian" || "${RELEASE}" = "epoxy" ]]; then
|
if [[ "${RELEASE}" = "dalmatian" || "${RELEASE}" = "epoxy" || "${RELEASE}" = "flamingo" ]]; then
|
||||||
echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu $(lsb_release -sc)-updates/${RELEASE} main" > /etc/apt/sources.list.d/cloudarchive.list
|
echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu $(lsb_release -sc)-updates/${RELEASE} main" > /etc/apt/sources.list.d/cloudarchive.list
|
||||||
else
|
else
|
||||||
echo "${RELEASE} is not supported on $(lsb_release -sc)"
|
echo "${RELEASE} is not supported on $(lsb_release -sc)"
|
||||||
|
@@ -28,8 +28,8 @@
|
|||||||
- openstack-helm-images-upload-libvirt
|
- openstack-helm-images-upload-libvirt
|
||||||
- openstack-helm-images-promote-libvirt:
|
- openstack-helm-images-promote-libvirt:
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: openstack-helm-images-compute-kit-2024-2-ubuntu_jammy
|
- name: openstack-helm-images-compute-kit-2025-1-ubuntu_jammy
|
||||||
- openstack-helm-images-compute-kit-2024-2-ubuntu_jammy
|
- openstack-helm-images-compute-kit-2025-1-ubuntu_jammy
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: openstack-helm-images-build-libvirt
|
name: openstack-helm-images-build-libvirt
|
||||||
@@ -38,19 +38,6 @@
|
|||||||
vars: &libvirt_vars
|
vars: &libvirt_vars
|
||||||
currentdate: "{{ now(utc=True,fmt='%Y%m%d') }}"
|
currentdate: "{{ now(utc=True,fmt='%Y%m%d') }}"
|
||||||
docker_images:
|
docker_images:
|
||||||
- context: libvirt
|
|
||||||
repository: openstackhelm/libvirt
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
arch:
|
|
||||||
- linux/amd64
|
|
||||||
tags:
|
|
||||||
- "bobcat-ubuntu_jammy-{{ currentdate }}"
|
|
||||||
- "bobcat-ubuntu_jammy"
|
|
||||||
- "2023.2-ubuntu_jammy-{{ currentdate }}"
|
|
||||||
- "2023.2-ubuntu_jammy"
|
|
||||||
build_args:
|
|
||||||
- FROM=ubuntu:jammy
|
|
||||||
- RELEASE=bobcat
|
|
||||||
- context: libvirt
|
- context: libvirt
|
||||||
repository: openstackhelm/libvirt
|
repository: openstackhelm/libvirt
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
@@ -90,6 +77,19 @@
|
|||||||
build_args:
|
build_args:
|
||||||
- FROM=ubuntu:noble
|
- FROM=ubuntu:noble
|
||||||
- RELEASE=epoxy
|
- RELEASE=epoxy
|
||||||
|
- context: libvirt
|
||||||
|
repository: openstackhelm/libvirt
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
arch:
|
||||||
|
- linux/amd64
|
||||||
|
tags:
|
||||||
|
- "flamingo-ubuntu_noble-{{ currentdate }}"
|
||||||
|
- "flamingo-ubuntu_noble"
|
||||||
|
- "2025.2-ubuntu_noble-{{ currentdate }}"
|
||||||
|
- "2025.2-ubuntu_noble"
|
||||||
|
build_args:
|
||||||
|
- FROM=ubuntu:noble
|
||||||
|
- RELEASE=flamingo
|
||||||
files: &libvirt_files
|
files: &libvirt_files
|
||||||
- libvirt/.*
|
- libvirt/.*
|
||||||
- zuul.d/libvirt.yaml
|
- zuul.d/libvirt.yaml
|
||||||
|
Reference in New Issue
Block a user