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
I am creating this issue to check on the code and maybe create a PR eventually - unless this is an already known problem, then hopefully there's a fix in the works already
The text was updated successfully, but these errors were encountered:
A few things I already see being wrong in the code:
Password is passed plain - so if your password contains a : - it breaks
No support for custom registries which use a port in their definition - breaks as the login is split and checked to be equal to 3
To fix 1: The password should be passed encoded - so it doesn't contain forbidden characters
To fix 2: Different way of parsing of the registry strings which is less faulty
Linking from: https://github.com/orgs/portainer/discussions/9300
The compose-unpacker, at least in my case, seems to fail when a private registry is used - even when credentials etc are all correct:
I am creating this issue to check on the code and maybe create a PR eventually - unless this is an already known problem, then hopefully there's a fix in the works already
The text was updated successfully, but these errors were encountered: