luet/pkg/compiler
Ettore Di Giacinto 16e9d7b20c
Use packageImage as builder image fingerprint
This allows to have an unique identifier for the builder image id against
different depgraphs combinations. The package fingerprint is not enough,
as an atom could have a difference deptree depending on the requires
constraints.

TODO: Don't use the full image name, but only the hash as a salt
(currently the salt contains ALSO a reference of the image-repository,
as such it doesn't allow to port a tree in a different docker registry)
2020-06-23 18:59:18 +02:00
..
backend Print inspect output as string 2020-06-06 11:32:47 +02:00
artifact_test.go Move compiler options to its own struct 2020-01-05 14:32:26 +01:00
artifact.go Integrate config-protect from package spec 2020-06-06 13:12:54 +02:00
checksum_test.go Add sanity check test 2019-12-29 14:14:06 +01:00
checksum.go Add package to calculate and compare artifact checksums 2019-12-29 13:59:47 +01:00
compiler_suite_test.go Support logging level and spinner customization 2020-01-01 13:43:22 +01:00
compiler_test.go Add --full option to build 2020-06-06 08:58:18 +02:00
compiler.go Use packageImage as builder image fingerprint 2020-06-23 18:59:18 +02:00
interface.go Add --full option to build 2020-06-06 08:58:18 +02:00
spec_test.go Adapt test to spec changes 2020-02-14 08:04:26 +01:00
spec.go Add package_dir to pack a spec dir as the main artifact 2020-05-16 21:34:27 +02:00