manifest: container specs added during serialization
Add a second argument, map[string][]container.Spec, during serialization, which serves the same purpose as the depsolved package sets.
This commit is contained in:
parent
b1f185959b
commit
267a27a1a8
21 changed files with 41 additions and 34 deletions
|
|
@ -180,7 +180,7 @@ func makeManifestJob(name string, imgType distro.ImageType, cr composeRequest, d
|
|||
if cr.Blueprint != nil {
|
||||
bp = blueprint.Blueprint(*cr.Blueprint)
|
||||
}
|
||||
mf, err := manifest.Serialize(packageSpecs)
|
||||
mf, err := manifest.Serialize(packageSpecs, nil)
|
||||
|
||||
request := composeRequest{
|
||||
Distro: distribution.Name(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue