mirror of
https://github.com/mudler/luet.git
synced 2025-07-30 22:45:29 +00:00
A new keyword `join` is introduced to generate the parent image. It takes precedence over a `requires` or a `image` already defined in a spec. It will generate all the artifacts from the packages listed and join them in a single image which will be used as parent for the package build process. This is a change which invalidates priorly generated hashes. Fixes #173 |
||
---|---|---|
.. | ||
backend | ||
types | ||
backend_test.go | ||
backend.go | ||
compiler_suite_test.go | ||
compiler_test.go | ||
compiler.go | ||
imagehashtree_test.go | ||
imagehashtree.go |