Add luet build --wait

It allows to wait for intermediate images to be available instead of
building all of them
This commit is contained in:
Ettore Di Giacinto
2020-12-18 23:19:18 +01:00
parent 34bba0319b
commit 2b6fe2baa1
3 changed files with 18 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ type CompilerOptions struct {
CompressionType CompressionImplementation
KeepImageExport bool
Wait bool
OnlyDeps bool
NoDeps bool
SolverOptions config.LuetSolverOptions