Use debian current stable for dib
The current stable release for debian is bullseye, this patch switches dib-based images to that version. Change-Id: Id607d7697c0aa8464b533047a4e5938648a0e25b
This commit is contained in:
parent
a08dcb4c36
commit
8315c5d91f
@ -5,7 +5,7 @@ Images built using diskimage-builder_ are recommended for production use on
|
|||||||
real hardware. The recommended distributions are:
|
real hardware. The recommended distributions are:
|
||||||
|
|
||||||
* CentOS 8 (regular and stream)
|
* CentOS 8 (regular and stream)
|
||||||
* Debian Buster (``debian-minimal`` element)
|
* Debian Bullseye (``debian-minimal`` element)
|
||||||
|
|
||||||
The following should work but receive only limited testing and support:
|
The following should work but receive only limited testing and support:
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
vars:
|
vars:
|
||||||
image_type: 'dib'
|
image_type: 'dib'
|
||||||
image_distro: 'debian-minimal'
|
image_distro: 'debian-minimal'
|
||||||
image_release: 'buster'
|
image_release: 'bullseye'
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ironic-python-agent-check-image-base
|
name: ironic-python-agent-check-image-base
|
||||||
@ -128,7 +128,7 @@
|
|||||||
vars:
|
vars:
|
||||||
image_type: 'dib'
|
image_type: 'dib'
|
||||||
image_distro: 'debian-minimal'
|
image_distro: 'debian-minimal'
|
||||||
image_release: 'buster'
|
image_release: 'bullseye'
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ironic-python-agent-check-image-dib-debian-arm64
|
name: ironic-python-agent-check-image-dib-debian-arm64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user