luet/pkg/compiler
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
..
backend Drop docker squash support 2021-05-04 11:17:10 +02:00
types Add join keyword to generate parent image from final artifacts 2021-05-21 14:52:48 +02:00
backend_test.go Refactor compiler and annotate buildoptions into compiler metadata 2021-04-16 13:57:54 +02:00
backend.go Refactor compiler and annotate buildoptions into compiler metadata 2021-04-16 13:57:54 +02:00
compiler_suite_test.go Support logging level and spinner customization 2020-01-01 13:43:22 +01:00
compiler_test.go Add join keyword to generate parent image from final artifacts 2021-05-21 14:52:48 +02:00
compiler.go Add join keyword to generate parent image from final artifacts 2021-05-21 14:52:48 +02:00
imagehashtree_test.go Add join keyword to generate parent image from final artifacts 2021-05-21 14:52:48 +02:00
imagehashtree.go Add join keyword to generate parent image from final artifacts 2021-05-21 14:52:48 +02:00