Add GenerateFinalImage to package artifacts

GenerateFinalImage generates a docker image from scratch with the
artifact content.

Related to #169
This commit is contained in:
Ettore Di Giacinto
2021-01-18 12:08:47 +01:00
parent 43b0b11028
commit a1f4c28973
5 changed files with 98 additions and 3 deletions

View File

@@ -114,6 +114,8 @@ type Artifact interface {
GetChecksums() Checksums
SetChecksums(c Checksums)
GenerateFinalImage(string, CompilerBackend, bool) (CompilerBackendOptions, error)
}
type ArtifactNode struct {