Sitecore/docker-images

mssql-developer-2019 support?

christh opened this issue · 0 comments

ISSUE

  • I have tried with the latest version of Docker for Windows (Stable or Edge) or Docker Enterprise.
  • Windows version is at least 1809 / ltsc2019.
  • Windows has the latest updates installed.

Expected behavior

The option of building mssql-developer:2019 (SQL Server 2019) in the build scripts.

Actual behavior

Only \build\windows\dependencies\mssql-developer-2017 (i.e. SQL Server 2017) is available for use.

Additional information

I am attempting to use existing SQL Server 2019 Databases as source for my 9.3.0 Sitecore XP container. Unfortunately it is not possible to import 2019 databases into a 2017 database.

I have found a blog post which should cover the steps required to build a 2019 image, but I was wondering if anyone had experience in getting SQL Server 2019 into the Sitecore container builds.

https://www.dabbler.dk/index.php/2020/05/14/running-microsoft-sql-server-2019-developer-edition-in-a-docker-windows-container/

Many thanks