-
Couldn't load subscription status.
- Fork 61
[main] Update Image Builder tag reference #1710
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
[main] Update Image Builder tag reference #1710
Conversation
d2c6393 to
2bf0383
Compare
2bf0383 to
7b245f7
Compare
24cd703 to
7b1d3fe
Compare
| '-e SYSTEM_ACCESSTOKEN=$(System.AccessToken)' | ||
| '-e SYSTEM_OIDCREQUESTURI=$(System.OidcRequestUri)' | ||
| ) | ||
| $dockerRunCmd = $dockerRunBaseCmd + $dockerRunArgs |
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.
I think some or all of this step (Define ImageBuilder Command Variables) could now be embedded directly into run-imagebuilder.yml.
|
/cc @dagood @gdams more breaking changes coming down the line. We have changed the way auth works in ImageBuilder. You will need a few more values for each service connection - Service Connection ID, Tenant ID, and Client ID. You can find all of these in the Service Connection's "edit" menu. Format TBD - you will either need to specify these via pipeline template parameter or more pipeline variables. |
This reverts commit 052f71e.
Updates the common pipeline variables to reference an updated tag of Image Builder.