-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Ordering Health Check fails on ARM64 #72
Comments
Hi @odidev, |
Hi @mehmetozkaya, To make this compatible for ARM64 platform, can we change mcr.microsoft.com/mssql/server:2017-latest docker image to azure-sql-edge. If yes, let me know if I can raise PR for the same. |
Gentle reminder to respond to above query. |
Hi @mehmetozkaya, Gentle reminder !!! Can you please suggest if we can change mcr.microsoft.com/mssql/server:2017-latest docker image to azure-sql-edge, as mcr.microsoft.com/mssql/server:2017-latest is not available for Arm64. |
Gentle reminder to respond to above query. |
Hi @odidev, Thanks, |
Hi @mehmetozkaya,
I have tried to deploy
run-aspnetcore-microservices
on ARM64 using docker-compose. Indocker-compose.yml
file, there is one service namedOrderDB
which is using mcr.microsoft.com/mssql/server:2017-latest docker image. This image is not present for ARM64. I have commented regarding the release of the image. In that comment, an user suggested to use azure-sql-edge docker image instead of mcr.microsoft.com/mssql/server:2017-latest. After replacing it with azure-sql-edge all the health-checks are working fine.Can you please share your opinion on the above change?
The text was updated successfully, but these errors were encountered: