Skip to content

Commit 64be2d5

Browse files
committed
deps: bump images to 0.248.0
This includes the change have 32-bit EFI boot for ISOs in Fedora. Signed-off-by: Simon de Vlieger <cmdr@supakeen.com>
1 parent 91aebf4 commit 64be2d5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Schutzfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"common": {
33
"dependencies": {
44
"osbuild": {
5-
"commit": "ef5fcda4ae0d0e6957b55fe965317007496432c9"
5+
"commit": "8d2a28c5b984667d29aaeca101b5a2b1d72605e6"
66
}
77
}
88
}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/gobwas/glob v0.2.3
1111
github.com/mattn/go-isatty v0.0.20
1212
github.com/osbuild/blueprint v1.25.0
13-
github.com/osbuild/images v0.247.0
13+
github.com/osbuild/images v0.248.0
1414
github.com/sirupsen/logrus v1.9.4
1515
github.com/spf13/cobra v1.10.2
1616
github.com/spf13/pflag v1.0.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ github.com/opencontainers/selinux v1.12.0 h1:6n5JV4Cf+4y0KNXW48TLj5DwfXpvWlxXplU
289289
github.com/opencontainers/selinux v1.12.0/go.mod h1:BTPX+bjVbWGXw7ZZWUbdENt8w0htPSrlgOOysQaU62U=
290290
github.com/osbuild/blueprint v1.25.0 h1:GdTaL0fdlmQ3RTc6Qsl0AZh/0E2xo9WVCC5ilNARO+8=
291291
github.com/osbuild/blueprint v1.25.0/go.mod h1:HPlJzkEl7q5g8hzaGksUk7ifFAy9QFw9LmzhuFOAVm4=
292-
github.com/osbuild/images v0.247.0 h1:qbmdggjqpIPbG3MJMjPvuGqiouJyVTsigL7JW/ZCeEE=
293-
github.com/osbuild/images v0.247.0/go.mod h1:Gb6Jm8ODGKLMm18REbyll/PcXuSbkUqsbNHZeS5nkNw=
292+
github.com/osbuild/images v0.248.0 h1:Jz7IqZ+xjcyn8TANKb+5T6ZsUEE2qEZWUCHZh7obbrk=
293+
github.com/osbuild/images v0.248.0/go.mod h1:Gb6Jm8ODGKLMm18REbyll/PcXuSbkUqsbNHZeS5nkNw=
294294
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
295295
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
296296
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

image-builder.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# required. So if this needs backport to places where there is no
44
# recent osbuild available we could simply make --use-librepo false
55
# and go back to 129.
6-
%global min_osbuild_version 171
6+
%global min_osbuild_version 175
77

88
%global goipath github.com/osbuild/image-builder-cli
99

0 commit comments

Comments
 (0)