luet/pkg/compiler
Ettore Di Giacinto 7e16e0cdb6
Add HashFingerprint() to Package and consume it while generating image names
In this way we don't depend on the package fingerpint characters while generating images, allowing
to support completely semver (e.g. + character is not allowed in docker images tag).

This change is not backward compatible with images currently already built and will invalidate the cache
2020-02-19 18:28:29 +01:00
..
backend Add Push to hub feature 2020-02-15 14:45:05 +01:00
artifact_test.go Move compiler options to its own struct 2020-01-05 14:32:26 +01:00
artifact.go Add support for same-owner config option 2020-02-01 19:01:15 +01: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 Move compiler options to its own struct 2020-01-05 14:32:26 +01:00
compiler.go Add HashFingerprint() to Package and consume it while generating image names 2020-02-19 18:28:29 +01:00
interface.go Add Nodeps, Onlydeps and Force options to Compiler 2020-02-18 18:36:44 +01:00
spec_test.go Adapt test to spec changes 2020-02-14 08:04:26 +01:00
spec.go Add retrieve to compilation spec 2020-02-13 14:15:43 +01:00