Use ondisk reference for deltas

This commit is contained in:
Ettore Di Giacinto
2021-10-26 12:14:01 +02:00
parent daa9eb98d2
commit aea3cdff8d
7 changed files with 28 additions and 9 deletions

View File

@@ -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
}