mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +00:00
Check if image exists before skipping compilation
This commit is contained in:
@@ -82,6 +82,8 @@ type CompilerBackend interface {
|
||||
DownloadImage(opts CompilerBackendOptions) error
|
||||
|
||||
Push(opts CompilerBackendOptions) error
|
||||
|
||||
ImageExists(string) bool
|
||||
}
|
||||
|
||||
type Artifact interface {
|
||||
|
Reference in New Issue
Block a user