-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Desktop 4.19.0 breaks CreateImageAsync if part of an enforced organization sign-in. #631
Comments
Are you sure? I can hardly imagine that. The code example you provided doesn't pass the credentials to |
Here is some proof to help your uncertainty
|
Also, this is a public image. |
Are you using a corporate proxy? Could you please test what happens if you include the credentials in the |
|
Does Docker.Dotnet have a call to make the |
It works with with the
|
No, it is not built-in. You need to gather the information yourself. |
how do we request a feature that uses the same credentials for the docker login? At least with say aws login, you can can use any api/cli with "default" credentials and it goes through the credential chain (Envs, .confs, etc). Any suggestions? |
I am not sure if I understand you correctly. Are you asking how to implement the mechanism to receive credentials? Docker (docker login) supports different ways to store credentials. Essentially, you need to implement the reverse process. Perhaps this implementation will help you understand how to implement different credential providers. |
Output of
dotnet --info
:What version of Docker.DotNet?:
Output of
docker version
Steps to reproduce the issue:
docker login
What actually happened?:
Exception occured:
What did you expect to happen?:
It should pull down the image without an exception.
Has this worked before?
In docker desktop 4.18 it has worked previously.
Additional information
Since we are already logged in with docker desktop, and docker engine, i'd assume that we'd all ready be logged in?
The text was updated successfully, but these errors were encountered: