-
Notifications
You must be signed in to change notification settings - Fork 213
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
no dns check when http_proxy is configured #6002
base: master
Are you sure you want to change the base?
Conversation
No changes to cached containers or packages on Windows VHDs |
unit test failed, probably because of |
registry_domain_name="${MCR_REPOSITORY_BASE:-mcr.microsoft.com}" | ||
registry_domain_name="${registry_domain_name%/}" | ||
# Avoid DNS check when http proxy is configured since the DNS resolution will be done through the proxy | ||
if [[ "${SHOULD_CONFIGURE_HTTP_PROXY}" != "true" ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the two if blocks checking ${BOOTSTRAP_PROFILE_CONTAINER_REGISTRY_SERVER}
and ${SHOULD_CONFIGURE_HTTP_PROXY}
on surface are not complete to cover all situations. not sure whether this block should move up to join line 63..
should registry_domain_name
always have a value?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so this is the revert PR..
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Requirements:
Special notes for your reviewer:
Release note: