luet/pkg/package
Ettore Di Giacinto c277ac0f94 Add join keyword to generate parent image from final artifacts
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
2021-05-21 14:52:48 +02:00
..
annotations.go Integrate config-protect from package spec 2020-06-06 13:12:54 +02:00
database_bench_test.go Add boltDB test and fixup range over interface cast 2020-10-29 16:32:13 +01:00
database_boltdb_test.go Add tests for file search 2021-03-06 18:49:14 +01:00
database_boltdb.go Allow to search by file 2021-02-28 18:42:58 +01:00
database_common.go Allow to search by file 2021-02-28 18:42:58 +01:00
database_mem_test.go Add tests for file search 2021-03-06 18:49:14 +01:00
database_mem.go Allow to search by file 2021-02-28 18:42:58 +01:00
database.go Allow to search by file 2021-02-28 18:42:58 +01:00
package_suite_test.go Support logging level and spinner customization 2020-01-01 13:43:22 +01:00
package_test.go Use common ImageID() when computing final images 2021-03-07 11:01:08 +01:00
package.go Add join keyword to generate parent image from final artifacts 2021-05-21 14:52:48 +02:00