-
Notifications
You must be signed in to change notification settings - Fork 66
Announce base image change in README.md #164
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
Conversation
|
PR title can be
|
Co-authored-by: Jiashuo Li <4003950+jiasli@users.noreply.github.com>
README.md
Outdated
| # GitHub Action for Azure CLI | ||
|
|
||
| > [!WARNING] | ||
| > The base image of Azure CLI's docker image is switched to Azure Linux since version `2.64.0`. The `az` commands will remain unaffected. To ensure a smooth transition, please migrate Alpine-specific commands to Azure Linux commands in azure/cli action. For more information, see https://go.microsoft.com/fwlink/?linkid=2282203. |
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 base image of Azure CLI's docker image is switched to Azure Linux since version `2.64.0`. The `az` commands will remain unaffected. To ensure a smooth transition, please migrate Alpine-specific commands to Azure Linux commands in azure/cli action. For more information, see https://go.microsoft.com/fwlink/?linkid=2282203. | |
| > Starting with Azure CLI version `2.64.0`, the Azure CLI docker image will be based of Azure Linux. The `az` commands are not affected by this change. To ensure the compatibility of your pipelines, please migrate Alpine-specific commands to Azure Linux commands in the scripts used in the azure/cli action. | |
| For more information, see https://go.microsoft.com/fwlink/?linkid=2282203. |
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 don't think "based of" is correct English: https://www.merriam-webster.com/grammar/based-on-vs-based-off. It should be "based off", but "based on" seems more common.
dcaro
left a comment
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.
@MoChilia please have a look at my suggestion and let me know what you think.
|
@dcaro, I've modified the announcement according to your suggestion. Please review it again. Thank you. |
dcaro
left a comment
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
jiasli
left a comment
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.
Please reconsider the wording.
No description provided.