Skip to content
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

[ACR] Provide a workaround for runtime operations without ARM requests #7088

Merged
merged 3 commits into from
Aug 20, 2018

Conversation

djyou
Copy link
Member

@djyou djyou commented Aug 17, 2018


This checklist is used to make sure that common guidelines for a pull request are followed.

  • The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).

  • I adhere to the Command Guidelines.

else:
if b'--password-stdin' in stderr:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might have asked this before, however, does the process exit code provide any indication of the error type? If so that would be a more stable indicator of the error type.

Otherwise, this is fine.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case of successful login, docker client prints this message to stderr with a status code 0.
In case of unsuccessful login, docker client also prints this message to stderr with a non-zero status code.

@troydai troydai merged commit f4ab52e into Azure:dev Aug 20, 2018
@djyou djyou deleted the doyou/docker branch August 20, 2018 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants