distro: set the workload for the image installer pipelines
This commit is contained in:
parent
c6bfb22f54
commit
fa948b9e0b
2 changed files with 2 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ func imageInstallerImage(workload workload.Workload,
|
|||
}
|
||||
|
||||
img.Platform = t.platform
|
||||
img.Workload = workload
|
||||
img.OSCustomizations = osCustomizations(t, packageSets[osPkgsKey], containers, customizations)
|
||||
img.ExtraBasePackages = packageSets[installerPkgsKey]
|
||||
img.Users = users.UsersFromBP(customizations.GetUsers())
|
||||
|
|
|
|||
|
|
@ -339,6 +339,7 @@ func imageInstallerImage(workload workload.Workload,
|
|||
img := image.NewImageInstaller()
|
||||
|
||||
img.Platform = t.platform
|
||||
img.Workload = workload
|
||||
img.OSCustomizations = osCustomizations(t, packageSets[osPkgsKey], options, containers, customizations)
|
||||
img.ExtraBasePackages = packageSets[installerPkgsKey]
|
||||
img.Users = users.UsersFromBP(customizations.GetUsers())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue