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

dotnet-mssql on Mac M1 support missing #109

Open
jguadagno opened this issue Jan 21, 2023 · 3 comments
Open

dotnet-mssql on Mac M1 support missing #109

jguadagno opened this issue Jan 21, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@jguadagno
Copy link
Contributor

The current template dotnet-mssql does not work on a Mac with the M1 processor. You can install azure-sql-edge but the mssql-tools do not support that image.

@samruddhikhandale
Copy link
Member

Hi 👋

I tried to reproduce & couldn't successfully create the container on M1 Mac with Dev containers.
Are you seeing errors like as follows?

Creating dotnet-msql_devcontainer_app_1 ... error

ERROR: for dotnet-msql_devcontainer_app_1  Cannot start service app: Container c13b1cb30bd52194145c4b8ab4b2610d314814d0cc9467aed5a91db946231d91 is restarting, wait until the container is running
[2023-01-23T23:24:13.969Z] 
ERROR: for app  Cannot start service app: Container c13b1cb30bd52194145c4b8ab4b2610d314814d0cc9467aed5a91db946231d91 is restarting, wait until the container is running
ERROR: Encountered errors while bringing up the project.

@samruddhikhandale samruddhikhandale added the bug Something isn't working label Jan 23, 2023
@jguadagno
Copy link
Contributor Author

That might be the error. The first problem is the mcr.microsoft.com/mssql/server:2019-latest image does not work on a Mac with a M1 chips, this can be fixed by using the azure-sql-edge. However, I can not get the mssql-tools working after I change the image type.

@jguadagno
Copy link
Contributor Author

I spend most of this morning trying to find a solution but nothing so far.

@karakartal1881 karakartal1881 mentioned this issue Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@jguadagno @samruddhikhandale and others