Fixup luet tree pkglist/images while having shared templates

This commit is contained in:
Ettore Di Giacinto
2021-08-11 12:52:16 +02:00
parent 0cc8930708
commit b81d33f182
4 changed files with 112 additions and 106 deletions

View File

@@ -86,6 +86,7 @@ func NewTreeImageCommand() *cobra.Command {
options.WithBuildValues(values),
options.WithPushRepository(imageRepository),
options.WithPullRepositories(pullRepo),
options.WithTemplateFolder(util.TemplateFolders(false, treePath)),
options.WithSolverOptions(opts),
)