manifest: add resolved commit specs to Serialize()
Same as with package specs and container specs, the commit specs are added to the manifest serialization after being resolved.
This commit is contained in:
parent
e05d4b4a03
commit
89a398371d
21 changed files with 101 additions and 39 deletions
|
|
@ -36,7 +36,7 @@ func getManifest(bp blueprint.Blueprint, t distro.ImageType, a distro.Arch, d di
|
|||
pkgSpecSets[name] = res
|
||||
}
|
||||
|
||||
mf, err := manifest.Serialize(pkgSpecSets, nil)
|
||||
mf, err := manifest.Serialize(pkgSpecSets, nil, nil)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue