Skip to content

Commit

Permalink
osbuild-mpp: Allow using formating in the mpp-resolve-images handling
Browse files Browse the repository at this point in the history
This allows using e.g. mpp-eval in the resolve-image operation, similar
to how it is now possible in the mpp-depsolve handling.

We want this so we can inject the list of images from a list variable
(that can then be mpp-join:ed, etc).
  • Loading branch information
alexlarsson committed Nov 12, 2024
1 parent ff0cd85 commit 9566a83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/osbuild-mpp
Original file line number Diff line number Diff line change
Expand Up @@ -1673,6 +1673,8 @@ class ManifestFileV2(ManifestFile):
if not mpp:
return

self._process_format(mpp)

refs = element_enter(inputs_images, "references", {})
manifest_lists = []

Expand Down

0 comments on commit 9566a83

Please sign in to comment.