mssql-docker icon indicating copy to clipboard operation
mssql-docker copied to clipboard

Missing .install-folder in Docker Linux MSSSQL Dockerfile

Open pthoelken opened this issue 3 years ago • 6 comments

Can someone tell me where is the .install folder is located? From the script here? https://github.com/microsoft/mssql-docker/blob/edf6b02c220104c0edea932ef103691dc6885826/linux/mssql-server-linux/Dockerfile#L12

pthoelken avatar May 25 '22 10:05 pthoelken

I am looking to run sql-server in alpine and was looking into this repo. Found that ./install folder is missing in the repo. Please update this docker file.

arahmancsd avatar Jul 27 '22 09:07 arahmancsd

@arahmancsd I'm not sure if alpine is a supported target for SQL Server itself. You may be better served with the Azure SQL Edge image if you are wanting a lower resource version of SQL Server, or for ARM platforms. It doesn't have all the enhanced/advanced features, but works very well for many/most scenarios, including ORM support.

https://hub.docker.com/_/microsoft-azure-sql-edge

tracker1 avatar Jul 27 '22 20:07 tracker1

Alpine + MSSQL if this work = 🧙‍♂️

But nvm ... i still need the /install folder lol - i think ms dgaf on it?

pthoelken avatar Jul 27 '22 20:07 pthoelken

@pthoelken again, I don't think Alpine is a supported platform. Why not run the official image?

tracker1 avatar Jul 27 '22 21:07 tracker1

@tracker1 This was a joke. I don't belive that alpine and mssql work either.

pthoelken avatar Jul 27 '22 21:07 pthoelken

@pthoelken gotcha... as to the install folder, not sure if the files themselves match the download for the separate (non-docker) SQL Server Linux installation. I've always just used the official image and built on that if I needed more/other stuff in it.

tracker1 avatar Jul 27 '22 21:07 tracker1