Use native Centos 8 Stream for dib images
Change-Id: I0ba0a529f470a3356340f0c4d9ccc32f669cedc0
This commit is contained in:
parent
a601b56da6
commit
3a4db0790b
4
releasenotes/notes/centos8-stream-d9c83190e987e07d.yaml
Normal file
4
releasenotes/notes/centos8-stream-d9c83190e987e07d.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
other:
|
||||||
|
- |
|
||||||
|
The pre-built images now use CentOS Stream 8 instead of CentOS 8.
|
@ -37,7 +37,8 @@
|
|||||||
vars:
|
vars:
|
||||||
image_type: 'dib'
|
image_type: 'dib'
|
||||||
image_distro: 'centos'
|
image_distro: 'centos'
|
||||||
image_release: 8
|
image_release: '8-stream'
|
||||||
|
image_target_name: 'centos8'
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ironic-python-agent-build-image-dib-debian
|
name: ironic-python-agent-build-image-dib-debian
|
||||||
@ -104,7 +105,8 @@
|
|||||||
vars:
|
vars:
|
||||||
image_type: 'dib'
|
image_type: 'dib'
|
||||||
image_distro: 'centos'
|
image_distro: 'centos'
|
||||||
image_release: 8
|
image_release: '8-stream'
|
||||||
|
image_target_name: 'centos8'
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ironic-python-agent-check-image-dib-centos8-extra
|
name: ironic-python-agent-check-image-dib-centos8-extra
|
||||||
|
Loading…
x
Reference in New Issue
Block a user