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:
parent
21d13a2ae3
commit
81d6f526d0
2 changed files with 2 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ func GetDefaultConfig() *ComposerConfigFile {
|
|||
map[string]WeldrDistroConfig{
|
||||
"rhel-*": {
|
||||
ImageTypeDenyList: []string{
|
||||
"azure-eap7-rhui",
|
||||
"azure-rhui",
|
||||
"azure-sap-rhui",
|
||||
"ec2",
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ func TestDefaultConfig(t *testing.T) {
|
|||
DistroConfigs: map[string]WeldrDistroConfig{
|
||||
"rhel-*": {
|
||||
[]string{
|
||||
"azure-eap7-rhui",
|
||||
"azure-rhui",
|
||||
"azure-sap-rhui",
|
||||
"ec2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue