Merge "Update Fedora to 37"

This commit is contained in:
Zuul 2023-03-20 00:52:48 +00:00 committed by Gerrit Code Review
commit a00a68ac7a
4 changed files with 8 additions and 5 deletions

View File

@ -120,7 +120,7 @@
# mirror: "http://{{ zuul_site_mirror_fqdn }}/centos"
- job:
name: dib-nodepool-functional-openstack-fedora-36-containerfile-src
name: dib-nodepool-functional-openstack-fedora-37-containerfile-src
description: |
Test building and booting an Fedora image from a
containerfile with Nodepool and OpenStack (using released
@ -130,7 +130,7 @@
nodepool_debug: true
nodepool_diskimage:
base_element : fedora-container
release: '36'
release: '37'
- job:
name: dib-nodepool-functional-openstack-rockylinux-8-containerfile-src

View File

@ -36,7 +36,7 @@
- dib-nodepool-functional-openstack-centos-7-src
- dib-nodepool-functional-openstack-centos-8-stream-src
- dib-nodepool-functional-openstack-centos-9-stream-src
- dib-nodepool-functional-openstack-fedora-36-containerfile-src
- dib-nodepool-functional-openstack-fedora-37-containerfile-src
- dib-nodepool-functional-openstack-rockylinux-8-containerfile-src:
voting: false
- dib-nodepool-functional-openstack-rockylinux-9-containerfile-src:
@ -89,7 +89,7 @@
- dib-nodepool-functional-openstack-centos-7-src
- dib-nodepool-functional-openstack-centos-8-stream-src
- dib-nodepool-functional-openstack-centos-9-stream-src
- dib-nodepool-functional-openstack-fedora-36-containerfile-src
- dib-nodepool-functional-openstack-fedora-37-containerfile-src
- dib-nodepool-functional-openstack-ubuntu-xenial-src
- dib-nodepool-functional-openstack-ubuntu-bionic-src
- dib-nodepool-functional-openstack-ubuntu-focal-src

View File

@ -0,0 +1,3 @@
FROM docker.io/library/fedora:37
RUN dnf install -y findutils util-linux

View File

@ -1,4 +1,4 @@
export DISTRO_NAME=fedora
export DIB_RELEASE=${DIB_RELEASE:-36}
export DIB_RELEASE=${DIB_RELEASE:-37}
export EFI_BOOT_DIR="EFI/fedora"