indigo-dc / udocker

A basic user tool to execute simple docker containers in batch or interactive systems without root privileges.
https://indigo-dc.github.io/udocker/
Apache License 2.0
1.32k stars 133 forks source link

Ignore image loading if already exists #378

Closed DilLip-Chowdary-Codes closed 1 year ago

DilLip-Chowdary-Codes commented 1 year ago

Can we ignore the loading image if the given repo and tag already exist, and instead of raising an error log we can just log as INFO right?

https://github.com/indigo-dc/udocker/blob/bd523eab3d5557a3d49c6583b5c3fe8b36212c38/udocker/commonlocalfile.py#L53

mariojmdavid commented 1 year ago

agree, and there where a few other places that it makes sense to change the msg level to info implemented in branch dev-v1.3.6

mariojmdavid commented 1 year ago

release 1.3.6