luet/pkg/compiler
Ettore Di Giacinto c9aed37fa7 Fixup on values interpolation and metadata retrieve
- Fixup search path on metadata spec load. Previously we were reading
  the package being passed, and not the one resolved (it failed against
selectors)
- Do inherit first pushrepositories, so they take precedence over pull
- Add test cases to cover build values interpolation by remote
  repositories
- Enhance test cases to check image cache repository inheritance when
  --from-repositories is passed
- Fix race condition when inheriting buildspec options: Instead of consuming the compiler one, annotate the updates in the
package BuildOption spec which is passed by
- Update vendor
2021-04-23 12:02:19 +02:00
..
backend Refactor compiler and annotate buildoptions into compiler metadata 2021-04-16 13:57:54 +02:00
types Fixup on values interpolation and metadata retrieve 2021-04-23 12:02:19 +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 Refactor compiler and annotate buildoptions into compiler metadata 2021-04-16 13:57:54 +02:00
compiler.go Fixup on values interpolation and metadata retrieve 2021-04-23 12:02:19 +02:00