-
Notifications
You must be signed in to change notification settings - Fork 764
Open
Description
macOS 26 (Tahoe) is stable live, but mssql 2025 docker image does fail to start with following log output:
SQL Server 2025 will run as non-root by default.
This container is running as user mssql.
To learn more visit https://go.microsoft.com/fwlink/?linkid=2099216.
assertion failed [x86_avx_state_ptr->xsave_header.xfeatures == kSupportedXFeatureBits]:
(ThreadContextSignals.cpp:414 rt_sigreturn)
The container started with following command:
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=Str0ng!Passw0rd' -p 1433:1433 --platform linux/amd64 mcr.microsoft.com/mssql/server:2025-latest
OS: macOS 26
Docker Desktop version: 4.44.3 with rosetta and Apple virtualization
Workaround: mssql 2022 still works.
kimsey0, mohammad-naji7, MuffyOne, tlbonum, danhorvath and 20 more
Metadata
Metadata
Assignees
Labels
No labels