mirror of
https://github.com/mudler/luet.git
synced 2025-09-04 00:34:41 +00:00
Use ondisk reference for deltas
This commit is contained in:
@@ -35,6 +35,6 @@ type CompilerBackend interface {
|
||||
Push(opts backend.Options) error
|
||||
ImageAvailable(string) bool
|
||||
|
||||
ImageReference(img1 string) (v1.Image, error)
|
||||
ImageReference(img1 string, ondisk bool) (v1.Image, error)
|
||||
ImageExists(string) bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user