mirror of
https://github.com/mudler/luet.git
synced 2025-08-01 07:21:21 +00:00
This commit starts deprecation of `join` keyword in favor of `requires_final_images` as boolean in the compilation spec. The change is driven by two reasons: syntax and guarantee unique hashes. - the hashtree when computing a hash it analizes the requires field of each spec, ignoring the join field - the join field doesn't add much value. Having it separate suggests that a spec can contain both `requires` and `join`, but that's not actually true. We just act differently on the same list. Signed-off-by: Ettore Di Giacinto <mudler@sabayon.org> |
||
---|---|---|
.. | ||
backend | ||
types | ||
backend_test.go | ||
backend.go | ||
compiler_suite_test.go | ||
compiler_test.go | ||
compiler.go | ||
imagehashtree_test.go | ||
imagehashtree.go |