Skip to content
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

[Feature Request] Docker image for linux/arm64/v8 #20989

Open
jiasli opened this issue Jan 14, 2022 · 1 comment
Open

[Feature Request] Docker image for linux/arm64/v8 #20989

jiasli opened this issue Jan 14, 2022 · 1 comment

Comments

@jiasli
Copy link
Member

jiasli commented Jan 14, 2022

Is your feature request related to a problem? Please describe.

From MicrosoftDocs/azure-docs-cli#2906

Running the Azure CLI docker image on Apple Silicon will show warning:

$ docker run --rm -it mcr.microsoft.com/azure-cli
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requ

The warning indicates the docker image is built for linux/amd64, but the host machine is linux/arm64/v8. This will lead to low performance as docker needs to translate the instruction set.

Describe the solution you'd like

We should release docker image for linux/arm64/v8.

Related:

@ghost ghost added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Jan 14, 2022
@jiasli jiasli self-assigned this Jan 14, 2022
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Jan 14, 2022
@jiasli jiasli added this to the Backlog milestone Jan 14, 2022
@yonzhan
Copy link
Collaborator

yonzhan commented Jan 14, 2022

Docker image for linux/arm64/v8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants