Closed omkar-foss closed 1 month ago
This replaces the community SQL Server docker image (https://hub.docker.com/r/mcmoe/mssqldocker) with the official one (https://hub.docker.com/r/microsoft/mssql-server).
This is an attempt to fix the failing SQL Server workflow in GitHub actions (example here).
My modification in go-gorm/sqlserver#142 passed the test, which can be for reference.
This PR is now ready for review, kindly review and let me know if any further changes are required. Thank you!
What did this pull request do?
This replaces the community SQL Server docker image (https://hub.docker.com/r/mcmoe/mssqldocker) with the official one (https://hub.docker.com/r/microsoft/mssql-server).
User Case Description
This is an attempt to fix the failing SQL Server workflow in GitHub actions (example here).