luet/pkg/compiler
Ettore Di Giacinto f329e1d5e0
Add retrieve to compilation spec
It allows to copy build artifact during buildtime. In this way
artifacts between different seed images can be shared

```
retrieve:
- a-test-1.0.package.*
- https://...
```

They will be available under WORKDIR
2020-02-13 14:15:43 +01:00
..
backend Add container-diff summary 2020-01-05 18:05:56 +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 retrieve to compilation spec 2020-02-13 14:15:43 +01:00
interface.go Add retrieve to compilation spec 2020-02-13 14:15:43 +01:00
spec_test.go Add retrieve to compilation spec 2020-02-13 14:15:43 +01:00
spec.go Add retrieve to compilation spec 2020-02-13 14:15:43 +01:00