Browse Source

remove black hole for telemetry

pull/606/head
Kyle Spearrin 6 years ago
parent
commit
8f3df46075
  1. 3
      util/MsSql/Dockerfile

3
util/MsSql/Dockerfile

@ -18,9 +18,6 @@ RUN chmod +x /entrypoint.sh \ @@ -18,9 +18,6 @@ RUN chmod +x /entrypoint.sh \
&& chmod +x /backup-db.sh
RUN /opt/mssql/bin/mssql-conf set telemetry.customerfeedback false
# As the setting above does not work, let's use the workaround below
RUN echo 127.0.0.1 settings-win.data.microsoft.com >> /etc/hosts
RUN echo 127.0.0.1 vortex.data.microsoft.com >> /etc/hosts
HEALTHCHECK --timeout=3s CMD /opt/mssql-tools/bin/sqlcmd \
-S localhost -U sa -P ${SA_PASSWORD} -Q "SELECT 1" || exit 1

Loading…
Cancel
Save