mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +00:00
Backend nows must expose a way to unpack rootfs of images
This commit is contained in:
@@ -40,6 +40,7 @@ type CompilerBackend interface {
|
||||
RemoveImage(CompilerBackendOptions) error
|
||||
Changes(fromImage, toImage string) ([]ArtifactLayer, error)
|
||||
ImageDefinitionToTar(CompilerBackendOptions) error
|
||||
ExtractRootfs(opts CompilerBackendOptions, keepPerms bool) error
|
||||
}
|
||||
|
||||
type Artifact interface {
|
||||
|
Reference in New Issue
Block a user