mirror of
https://github.com/mudler/luet.git
synced 2025-09-03 08:14:46 +00:00
Define Artifact diffs layers
It also add in simpledocker a naive implementation using the container-diff binary, which is supposed to go away with a proper API implementation.
This commit is contained in:
@@ -15,11 +15,6 @@
|
||||
|
||||
package compiler
|
||||
|
||||
type Artifact interface {
|
||||
GetPath() string
|
||||
SetPath(string)
|
||||
}
|
||||
|
||||
type PackageArtifact struct {
|
||||
Path string
|
||||
}
|
||||
|
Reference in New Issue
Block a user