diff --git a/.zuul.d/jobs.yaml b/.zuul.d/jobs.yaml index 38c311894..8f5814800 100644 --- a/.zuul.d/jobs.yaml +++ b/.zuul.d/jobs.yaml @@ -113,7 +113,7 @@ # mirror: "http://{{ zuul_site_mirror_fqdn }}/centos" - job: - name: dib-nodepool-functional-openstack-fedora-34-containerfile-src + name: dib-nodepool-functional-openstack-fedora-35-containerfile-src description: | Test building and booting an Fedora image from a containerfile with Nodepool and OpenStack (using released @@ -124,7 +124,7 @@ nodepool_debug: true nodepool_diskimage: base_element: fedora-container - release: '34' + release: '35' - job: name: dib-nodepool-functional-openstack-ubuntu-xenial-src diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 7745a7cdb..339893212 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -18,7 +18,7 @@ - dib-nodepool-functional-openstack-centos-8-src - dib-nodepool-functional-openstack-centos-8-stream-src - dib-nodepool-functional-openstack-centos-9-stream-src - - dib-nodepool-functional-openstack-fedora-34-containerfile-src + - dib-nodepool-functional-openstack-fedora-35-containerfile-src - dib-nodepool-functional-openstack-ubuntu-xenial-src - dib-nodepool-functional-openstack-ubuntu-bionic-src - dib-nodepool-functional-openstack-ubuntu-focal-src @@ -48,7 +48,7 @@ - dib-nodepool-functional-openstack-centos-8-src - dib-nodepool-functional-openstack-centos-8-stream-src - dib-nodepool-functional-openstack-centos-9-stream-src - - dib-nodepool-functional-openstack-fedora-34-containerfile-src + - dib-nodepool-functional-openstack-fedora-35-containerfile-src - dib-nodepool-functional-openstack-ubuntu-xenial-src - dib-nodepool-functional-openstack-ubuntu-bionic-src - dib-nodepool-functional-openstack-ubuntu-focal-src diff --git a/diskimage_builder/elements/fedora-container/containerfiles/35 b/diskimage_builder/elements/fedora-container/containerfiles/35 new file mode 100644 index 000000000..863e24890 --- /dev/null +++ b/diskimage_builder/elements/fedora-container/containerfiles/35 @@ -0,0 +1,3 @@ +FROM docker.io/library/fedora:35 + +RUN dnf install -y findutils util-linux