-
Notifications
You must be signed in to change notification settings - Fork 183
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
Login and Pull docker image. #2179
Conversation
The following pipelines have been queued for testing: |
Would it be simpler to structure the docker run steps via a container job, or is it done this way to make local+pipeline testing consistent? |
Will make a try. Thanks for helping explore more options. |
The following pipelines have been queued for testing: |
A container job will not help here because this is just one step in a larger job. A container job would only work if we wanted to run all the steps inside of that job, in this case the container is just a tool. |
Right, it did not bring too many benefits for moving all work into the container agent. |
The following pipelines have been queued for testing: |
This pull request is protected by Check Enforcer. What is Check Enforcer?Check Enforcer helps ensure all pull requests are covered by at least one check-run (typically an Azure Pipeline). When all check-runs associated with this pull request pass then Check Enforcer itself will pass. Why am I getting this message?You are getting this message because Check Enforcer did not detect any check-runs being associated with this pull request within five minutes. This may indicate that your pull request is not covered by any pipelines and so Check Enforcer is correctly blocking the pull request being merged. What should I do now?If the check-enforcer check-run is not passing and all other check-runs associated with this PR are passing (excluding license-cla) then you could try telling Check Enforcer to evaluate your pull request again. You can do this by adding a comment to this pull request as follows: |
The following pipelines have been queued for testing: |
The following pipelines have been queued for testing: |
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.
This looks more along the lines of what I was expecting to see. Lets please be sure to test it out in your JS changes before merging this.
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.
LGTM. If we were pulling multiple containers from the same source a docker login
would be redundant but I don't think it'd be terribly detrimental.
Hello @azure-sdk! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Azure/azure-sdk-for-js#18405
Docs is switching the validation using docker container. Here is the common logic to pull image from Azure container register.
Testing pipeline in use with the script:
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1172146&view=logs&j=dc056dfc-c0cf-5958-c8c4-8da4f91a3739&t=bfb6cede-7671-5504-0a11-79b13ef63703