Skip to content

Commit 58099b5

Browse files
committed
bib: update for v0.211 api change
The NewAnacondaContainerInstaller got renamed to NewAnacondaContainerInstallerLegacy.
1 parent 0cb3de5 commit 58099b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bib/cmd/bootc-image-builder/legacy_iso.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ func manifestForISO(c *ManifestConfig, rng *rand.Rand) (*manifest.Manifest, erro
305305

306306
// The ref is not needed and will be removed from the ctor later
307307
// in time
308-
img := image.NewAnacondaContainerInstaller(platform, filename, containerSource, "")
308+
img := image.NewAnacondaContainerInstallerLegacy(platform, filename, containerSource, "")
309309
img.ContainerRemoveSignatures = true
310310
img.RootfsCompression = "zstd"
311311

0 commit comments

Comments
 (0)