microsoft / mssql-docker

Official Microsoft repository for SQL Server in Docker resources
MIT License
1.73k stars 757 forks source link

Are the mssql-tools docker images published somewhere? #786

Open sarvasana opened 2 years ago

sarvasana commented 2 years ago

I would like to know if the mssql-tools docker images are published somewhere. Could not find them, but Dockerfiles exist in this repository.

JoshKeegan commented 1 year ago

I think it's supposed to be mcr.microsoft.com/mssql-tools, at least that's what the official Docker Hub page points to. However I've been trying to use that and found that it isn't built from any of the dockerfiles in this repo... It seems to be an older image. Perhaps this? https://github.com/microsoft/mssql-docker/commit/7915e5b0d44025c127cc147f2bbb70fb65c776b3 They could be there but tagged as something else, but the link to the full tag listing is broken so I only know of :latest.

It'd be nice if the up to date images were built & published 👍

sarvasana commented 1 year ago

It seems to be an older image.

This is why I opened this issue.

gowon commented 1 year ago

Microsoft still does not publish up-to-date images of either sqlcmd or go-sqlcmd. There is an unofficial build that is published regularly at https://github.com/fabiang/docker-sqlcmd in the meantime.

mikebollandajw commented 4 months ago

when will this link be fixed