go.mod: update osbuild/images to v0.128.0
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
f9a8ae8d0d
commit
ae9386fe3e
74 changed files with 2673 additions and 2826 deletions
3
vendor/github.com/osbuild/images/pkg/image/disk.go
generated
vendored
3
vendor/github.com/osbuild/images/pkg/image/disk.go
generated
vendored
|
|
@ -52,7 +52,8 @@ func (img *DiskImage) InstantiateManifest(m *manifest.Manifest,
|
|||
repos []rpmmd.RepoConfig,
|
||||
runner runner.Runner,
|
||||
rng *rand.Rand) (*artifact.Artifact, error) {
|
||||
buildPipeline := manifest.NewBuild(m, runner, repos, nil)
|
||||
|
||||
buildPipeline := addBuildBootstrapPipelines(m, runner, repos, nil)
|
||||
buildPipeline.Checkpoint()
|
||||
|
||||
osPipeline := manifest.NewOS(buildPipeline, img.Platform, repos)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue