mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +00:00
Don't bail out if image doesn't exist locally
The backend will figure out if we have the image or not, otherwise will atempt to pull if not there. Skip retrieve integration test with img as its not supported.
This commit is contained in:
@@ -175,7 +175,7 @@ func (*SimpleDocker) ExportImage(opts compiler.CompilerBackendOptions) error {
|
||||
return errors.Wrap(err, "Failed exporting image: "+string(out))
|
||||
}
|
||||
|
||||
Info(":whale: Exported image:", name)
|
||||
Debug(":whale: Exported image:", name)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user