Skip to content

Commit 63c2d6f

Browse files
committed
go.mod: update images to v0.214.0
Also update for the renaming of image.NewAnacondaContainerInstaller to image.NewAnacondaContainerInstallerLegacy
1 parent a8e8ad7 commit 63c2d6f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
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

bib/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/hashicorp/go-version v1.7.0
1010
github.com/osbuild/blueprint v1.16.0
1111
github.com/osbuild/image-builder-cli v0.0.0-20250924085931-15de5139f521
12-
github.com/osbuild/images v0.209.0
12+
github.com/osbuild/images v0.214.0
1313
github.com/sirupsen/logrus v1.9.3
1414
github.com/spf13/cobra v1.10.1
1515
github.com/spf13/pflag v1.0.10

bib/go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
235235
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
236236
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
237237
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
238+
github.com/mvo5/images v0.0.0-20251028085624-65ddc2a44aa1 h1:yR14hRmFpYRKOupGTNibLttThBKpKbEYifkGBNzv8+E=
239+
github.com/mvo5/images v0.0.0-20251028085624-65ddc2a44aa1/go.mod h1:Cs7zFV8rmbVHn+19ArNdjd1AtFk+LC9dOOHuxiSLghw=
238240
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
239241
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
240242
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
@@ -247,8 +249,8 @@ github.com/osbuild/blueprint v1.16.0 h1:f/kHih+xpeJ1v7wtIfzdHPZTsiXsqKeDQ1+rrue6
247249
github.com/osbuild/blueprint v1.16.0/go.mod h1:HPlJzkEl7q5g8hzaGksUk7ifFAy9QFw9LmzhuFOAVm4=
248250
github.com/osbuild/image-builder-cli v0.0.0-20250924085931-15de5139f521 h1:Mo1htXYyEoKrBQD+/RC/kluAWu4+E0oEjPorujVn/K8=
249251
github.com/osbuild/image-builder-cli v0.0.0-20250924085931-15de5139f521/go.mod h1:oTn9T+bV9g/760hM/jX7AV0c4vuVIn6FjAnaVM9RzRo=
250-
github.com/osbuild/images v0.209.0 h1:9BRf+N0op1WbQkc+7zVRBZxg4dqS4lty3i2stF3G9lo=
251-
github.com/osbuild/images v0.209.0/go.mod h1:tZqcrs3eNUA0VPs1h3YCnbnpAskVVfo36CIi2USSfDs=
252+
github.com/osbuild/images v0.214.0 h1:uS73cWGlleIBrDDzJsjaaT8Gc6lHnxSm8YFVDFtI6Lg=
253+
github.com/osbuild/images v0.214.0/go.mod h1:Cs7zFV8rmbVHn+19ArNdjd1AtFk+LC9dOOHuxiSLghw=
252254
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
253255
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
254256
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)