distro: rhel90 tar-installer image type
This commit is contained in:
parent
0865720589
commit
78e042b47a
2 changed files with 5 additions and 5 deletions
|
|
@ -783,7 +783,7 @@ func newDistro(name, modulePlatformID, ostreeRef string) distro.Distro {
|
|||
exports: []string{"root-tar"},
|
||||
}
|
||||
tarInstallerImgTypeX86_64 := imageType{
|
||||
name: "tar-installer",
|
||||
name: "image-installer",
|
||||
filename: "installer.iso",
|
||||
mimeType: "application/x-iso9660-image",
|
||||
packageSets: map[string]rpmmd.PackageSet{
|
||||
|
|
|
|||
|
|
@ -104,8 +104,8 @@ func TestFilenameFromType(t *testing.T) {
|
|||
},
|
||||
},
|
||||
{
|
||||
name: "tar-installer",
|
||||
args: args{"tar-installer"},
|
||||
name: "image-installer",
|
||||
args: args{"image-installer"},
|
||||
want: wantResult{
|
||||
filename: "installer.iso",
|
||||
mimeType: "application/x-iso9660-image",
|
||||
|
|
@ -264,7 +264,7 @@ func TestImageType_Name(t *testing.T) {
|
|||
"edge-container",
|
||||
"edge-installer",
|
||||
"tar",
|
||||
"tar-installer",
|
||||
"image-installer",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -446,7 +446,7 @@ func TestArchitecture_ListImageTypes(t *testing.T) {
|
|||
"edge-container",
|
||||
"edge-installer",
|
||||
"tar",
|
||||
"tar-installer",
|
||||
"image-installer",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue