Skip to content

Commit e65473d

Browse files
committed
deps: update to images 0.195.0
This includes the re-enablement of the `s390x` architecture for CentOS `tar` and `qcow2` image types. It also includes the new `pxe-tar` image type. Another is the change in partition table offset for the Fedora `minimal-raw` image type(s). The offset is now 16 MiB instead of 8 MiB. Signed-off-by: Simon de Vlieger <[email protected]>
1 parent d49bcd8 commit e65473d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/gobwas/glob v0.2.3
1313
github.com/mattn/go-isatty v0.0.20
1414
github.com/osbuild/blueprint v1.13.0
15-
github.com/osbuild/images v0.194.0
15+
github.com/osbuild/images v0.195.0
1616
github.com/spf13/cobra v1.9.1
1717
github.com/stretchr/testify v1.11.1
1818
golang.org/x/sys v0.35.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ github.com/osbuild/images v0.193.0 h1:My/Ujx/Eq25jwob3nl4Qx0M7cUZdmP8kuQqLqeoHDo
251251
github.com/osbuild/images v0.193.0/go.mod h1:KPiYBF0VrOXz5NAw6Lv4X170uN8wnOHpWuBzKT4jPrU=
252252
github.com/osbuild/images v0.194.0 h1:hCEvPtBjDpq3iicfGyurKQ15VqTU1gIyE7hdlOG4QC0=
253253
github.com/osbuild/images v0.194.0/go.mod h1:KPiYBF0VrOXz5NAw6Lv4X170uN8wnOHpWuBzKT4jPrU=
254+
github.com/osbuild/images v0.195.0 h1:dURWARsCjRt2a46aiFuUk/Ke4goEY3OyS7XAuM9PDf4=
255+
github.com/osbuild/images v0.195.0/go.mod h1:KPiYBF0VrOXz5NAw6Lv4X170uN8wnOHpWuBzKT4jPrU=
254256
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
255257
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
256258
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)