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
After changing the properties of a registry and trying to pull an already defined image it won't use the new properties (e.g. registry server address) but they have the previous configuration cached. For pulling the image correctly it has to be deleted and recreated.
Desired Behavior
When doing changes in a registry, the images already defined should make use of the new changes.
How to reproduce
Create a registry with no username/password and an invalid server address URL like https://registry.example.com.
Create an image using that registry and force pull. You will see the docker login required in the journal.
@vamitrou Thank you for your issue. This one will not be an easy one to manage. Editing a registry will require to handle the current with those registries to be updated.
We'll discuss it to see what we can do.
Actual Behavior
After changing the properties of a registry and trying to pull an already defined image it won't use the new properties (e.g. registry server address) but they have the previous configuration cached. For pulling the image correctly it has to be deleted and recreated.
Desired Behavior
When doing changes in a registry, the images already defined should make use of the new changes.
How to reproduce
The text was updated successfully, but these errors were encountered: