You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to run 'imagefactory delete' against a base image is failing due to missing credentials. Specifically /usr/bin/imagefactory attempts to invoke 'read().strip()' on app_config.get('credentials') even if the return value is None:
Attempting to run 'imagefactory delete' against a base image is failing due to missing credentials. Specifically /usr/bin/imagefactory attempts to invoke 'read().strip()' on app_config.get('credentials') even if the return value is None:
https://github.com/redhat-imaging/imagefactory/blob/master/imagefactory#L275
This line should be changed to use the _get_credentials helper in the same manner as the 'provider_image' command
The text was updated successfully, but these errors were encountered: