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
When docker cli store identity token in secret store, it will store usename as <token> and store identity token in secret. Currently testcontainer use these value directly, which cause authentication error because of wrong username.
why
This use when pull image from private registry such as azure container registry and github registry
Solution
Check if username is <token>, then authenticate with identity token instead of user/pass.
There is already this feature in testcontainer-dotnet. Implementation in testcontainer-dotnet