Skip to content

Commit

Permalink
osbuild-composer: bump rhel-9 distro alias to rhel-9.6
Browse files Browse the repository at this point in the history
The alias in the built-in config is meant for on-prem and needs to be
set to the current in-development minor RHEL version.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
  • Loading branch information
thozza committed Feb 12, 2025
1 parent 758870f commit bb43578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/osbuild-composer/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func GetDefaultConfig() *ComposerConfigFile {
DistroAliases: map[string]string{
"rhel-7": "rhel-7.9",
"rhel-8": "rhel-8.10",
"rhel-9": "rhel-9.5",
"rhel-9": "rhel-9.6",
"rhel-10": "rhel-10.0",
},
LogLevel: "info",
Expand Down
2 changes: 1 addition & 1 deletion cmd/osbuild-composer/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func TestDefaultConfig(t *testing.T) {
"rhel-10": "rhel-10.0",
"rhel-7": "rhel-7.9",
"rhel-8": "rhel-8.10",
"rhel-9": "rhel-9.5",
"rhel-9": "rhel-9.6",
}
require.Equal(t, expectedDistroAliases, defaultConfig.DistroAliases)

Expand Down

0 comments on commit bb43578

Please sign in to comment.