Change default base from centos to rocky
Change-Id: I7f0c1a5abeab0143aa103b742319cfef863f9aa9
This commit is contained in:
parent
0ad5b8c50f
commit
9e06e70ebb
@ -142,7 +142,7 @@ _PROFILE_OPTS = [
|
|||||||
hostarch = os.uname()[4]
|
hostarch = os.uname()[4]
|
||||||
|
|
||||||
_CLI_OPTS = [
|
_CLI_OPTS = [
|
||||||
cfg.StrOpt('base', short='b', default='centos',
|
cfg.StrOpt('base', short='b', default='rocky',
|
||||||
choices=BASE_OS_DISTRO,
|
choices=BASE_OS_DISTRO,
|
||||||
help='The distro type of the base image.'),
|
help='The distro type of the base image.'),
|
||||||
cfg.StrOpt('base-tag', default='latest',
|
cfg.StrOpt('base-tag', default='latest',
|
||||||
|
5
releasenotes/notes/default-rocky-4b0d906a455539d8.yaml
Normal file
5
releasenotes/notes/default-rocky-4b0d906a455539d8.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
Default base distribution has been changed from CentOS Stream
|
||||||
|
to Rocky Linux.
|
Loading…
Reference in New Issue
Block a user