config: don't show azure-eap7-rhui in weldr

The azure-eap7-rhui image type should only be available for internal
builds (for now).
This commit is contained in:
Achilleas Koutsou 2023-03-22 16:44:21 +01:00 committed by Tomáš Hozza
parent 21d13a2ae3
commit 81d6f526d0
2 changed files with 2 additions and 0 deletions

View file

@ -99,6 +99,7 @@ func GetDefaultConfig() *ComposerConfigFile {
map[string]WeldrDistroConfig{
"rhel-*": {
ImageTypeDenyList: []string{
"azure-eap7-rhui",
"azure-rhui",
"azure-sap-rhui",
"ec2",

View file

@ -48,6 +48,7 @@ func TestDefaultConfig(t *testing.T) {
DistroConfigs: map[string]WeldrDistroConfig{
"rhel-*": {
[]string{
"azure-eap7-rhui",
"azure-rhui",
"azure-sap-rhui",
"ec2",