Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mssql downgraded by apt-get install mssql-server-agent (et al) #232

Closed
paulholmes-london opened this issue Jan 10, 2018 · 1 comment
Closed

Comments

@paulholmes-london
Copy link

paulholmes-london commented Jan 10, 2018

I am creating an image to include all additional features (Agent / HA / FTS), using:

https://github.com/Microsoft/mssql-docker/blob/master/linux/preview/examples/mssql-agent-fts-ha-tools/Dockerfile

Posted by @twright-msft

When any of these lines in the dockerfile are included, a dependency is invoked that downgrades the latest mssql version in the base image (currently 2017 RTM-CU3-GDR) to the version that was current back when this dockerfile was posted (2017 RC2).

RUN apt-get install -y mssql-server-agent  # Downgrades mssql to 2017 CU2
RUN apt-get install -y mssql-server-ha  # Downgrades mssql to 2017 CU2
RUN apt-get install -y mssql-server-fts  # Downgrades mssql to 2017 CU2

When all of these are commented out, the mssql version remains as the latest.

@twright-msft
Copy link
Collaborator

twright-msft commented Jan 10, 2018

This is a dumb mistake on our/my part. I'll explain over here and I'm working on fixing it right now. Standby... Should post something tonight.
#161 (comment)

https://github.com/Microsoft/mssql-docker/blob/master/linux/preview/examples/mssql-agent-fts-ha-tools/Dockerfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants