Comment on Microsoft announces the next version SQL Server for Windows and LinuxComments−baq9yi'm in desperate need of a Dockerfile for this so i can see it with my own eyes.−bjg9yhttps://www.microsoft.com/en-us/sql-server/sql-server-vnext-...https://hub.docker.com/r/microsoft/mssql-server-linux/−ohstopitu9yThanks! I wanted to checkout the Dockerfile for the container but by the looks of it, it was not published?−y4mi9ythe dockerfile on dockerhub is only visible if its an automated build, done by the docker build service.if you want the image to be auditable just write your own, its a really short and well documented installation that previous poster linked to.
Comments
i'm in desperate need of a Dockerfile for this so i can see it with my own eyes.
https://www.microsoft.com/en-us/sql-server/sql-server-vnext-...
https://hub.docker.com/r/microsoft/mssql-server-linux/
Thanks! I wanted to checkout the Dockerfile for the container but by the looks of it, it was not published?
the dockerfile on dockerhub is only visible if its an automated build, done by the docker build service.
if you want the image to be auditable just write your own, its a really short and well documented installation that previous poster linked to.