deps: update images to v0.24.0
Update the images dependency to v0.24.0 Includes the addition of the new FDO option 'di_mfg_string_type_mac_iface'.
This commit is contained in:
parent
c6aa7d88d2
commit
6d57e01506
69 changed files with 765 additions and 261 deletions
|
|
@ -46,7 +46,7 @@ func (img *MyContainer) InstantiateManifest(m *manifest.Manifest,
|
|||
// Let's create a simple OCI container!
|
||||
|
||||
// configure a build pipeline
|
||||
build := manifest.NewBuild(m, runner, repos)
|
||||
build := manifest.NewBuild(m, runner, repos, nil)
|
||||
build.Checkpoint()
|
||||
|
||||
// create a minimal non-bootable OS tree
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ func (img *MyImage) InstantiateManifest(m *manifest.Manifest,
|
|||
// Let's create a simple raw image!
|
||||
|
||||
// configure a build pipeline
|
||||
build := manifest.NewBuild(m, runner, repos)
|
||||
build := manifest.NewBuild(m, runner, repos, nil)
|
||||
build.Checkpoint()
|
||||
|
||||
// create an x86_64 platform with bios boot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue