image-builder: use github.com/osbuild/blueprint
Drop using the "images" library blueprint types and use the ones from github.com/osbuild/blueprint/pkg/blueprint instead. This also moves to the images library to v0.172.0 and the blueprints library to v1.12.0 as this is required for this to work.
This commit is contained in:
parent
6169260dcd
commit
5fb17b967e
5 changed files with 82 additions and 96 deletions
|
|
@ -9,7 +9,7 @@ import (
|
|||
|
||||
"gopkg.in/yaml.v3"
|
||||
|
||||
"github.com/osbuild/images/pkg/blueprint"
|
||||
"github.com/osbuild/blueprint/pkg/blueprint"
|
||||
"github.com/osbuild/images/pkg/disk"
|
||||
"github.com/osbuild/images/pkg/distro"
|
||||
"github.com/osbuild/images/pkg/distro/defs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue