-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add separate image with az
cli
#42
Add separate image with az
cli
#42
Conversation
az
cli
@msamendinger thanks for the contribution 🙏 I have some questions. |
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.
looks good, just missing arm64, otherwise 👌
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.
@msamendinger I noticed the "Build" job doesn't fire off. That's because your PR is outside of the spacelift organization. I have fixed it in this PR: #43
Do you mind rebasing your PR? It should work fine after that. 🙏
Sorry for all the hassle, I just saw that I haven't signed the commit and I was working under the wrong git account. I need to force push again. |
That's fine :D feel free to force push and we can re-approve. |
Should be good to go now @peterdeme @Yantrio |
This PR adds a
az
cli enabled image based on the latest officialaz-cli
docker image published by Microsoft.mcr.microsoft.com/azure-cli:2.48.1
I tried to just extend your curent build process, more or less copying the gcp related parts.
New lines were added to the files I touched as requested here
If that's not consistent with the current guidelines I can remove them.