-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Remove unnecessary call to /info
endpoint
#19973
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
Conversation
6713ba6
to
8ee7ad2
Compare
LGTM |
LGTM |
LGTM |
I find it unnecessary to call |
I agree with @dmcgowan |
Good point, updating. Thanks @dmcgowan. |
8ee7ad2
to
a749fdb
Compare
Updated, PTAL! |
LGTM |
@icecrime need rebase |
a749fdb
to
2b50c52
Compare
Updated (@aaronlehmann's PR was merged first, and included the earlier version of this PR). |
Thanks @icecrime. LGTM. |
Sorry was my bad |
Avoid using the `/info` endpoint in the `login` and `logout` workflows when the Registry endpoint is overriden by the user through the command line. Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
2b50c52
to
243d0d6
Compare
/info
endpoint
LGTM |
Remove unnecessary call to `/info` endpoint
Sorry for this: #19891 was missing its
logout
counterpart.