-
Notifications
You must be signed in to change notification settings - Fork 760
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
Container don't run on Ubuntu #899
Comments
I've got the same issue here. |
Laravel Framework uses |
This surfaced for our project when the GitHub Actions ubuntu-22.04 CI image was updated from |
This problem occur for us when use ubuntu 22.04 and 24.04 on Azure, but on 20.04 work's fine. So we attach the data disk on other VM and are working for now. |
Temporary until microsoft/mssql-docker#899 is resolved.
Temporary until microsoft/mssql-docker#899 is resolved.
Changing from
to
in my github action really helped me. Thank you ❤️ |
We have a dev server with 2017-CU13-ubuntu version on Ubuntu 22.04. in this week whe got this problem:
`docker logs a33b27cdd2c4
This program has encountered a fatal error and cannot continue running.
The following diagnostic information is available:
Stacktrace: 00005d1dd98abd55 00005d1dd98ac975 00005d1dd98ac580
00005d1dd9862c36
Process: 8 - sqlservr
Thread: 78 (application thread 0x1108)
Instance Id: 6cdd07ec-aed8-4438-84a5-c18121c34d1b
Crash Id: 8e80c01b-cf02-456b-bd03-6adc766c78f6
Build stamp: 7d599fe53e35b5a1b0c8a5e4185d8b7334e01a8c5fa77540415502a85f37ef27
`
When I runned on my Windows Docker Desktop the docker runned ok...
I tried to run this command on both machines:
docker run -e 'ACCEPT_EULA=Y' -e 'MSSQL_SA_PASSWORD=Password' -p 1400:1433 -d mcr.microsoft.com/mssql/server:2017-CU13-ubuntu
but, this occur only on versions < CU13, in the CU14 version work for us, but for any reason when I tried to run this version, and atach the databases in this versions, we get problems after restart VM because the container get errors to start too.
The text was updated successfully, but these errors were encountered: