File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
x-pack/metricbeat/module/mssql Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11ARG MSSQL_VERSION
2- FROM microsoft/mssql- server-linux :${MSSQL_VERSION}
2+ FROM mcr. microsoft.com /mssql/ server:${MSSQL_VERSION}
33
44ENV ACCEPT_EULA='Y'
55ENV SA_PASSWORD='1234_asdf'
Original file line number Diff line number Diff line change 1+ variants :
2+ - MSSQL_VERSION : 2017-GA-ubuntu
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ version: '2.3'
22
33services :
44 mssql :
5- image : docker.elastic.co/integrations-ci/beats-mssql:${MSSQL_VERSION:-2017-GA}-1
5+ image : docker.elastic.co/integrations-ci/beats-mssql:${MSSQL_VERSION:-2017-GA-ubuntu }-1
66 build :
77 context : ./_meta
88 args :
9- MSSQL_VERSION : ${MSSQL_VERSION:-2017-GA}
9+ MSSQL_VERSION : ${MSSQL_VERSION:-2017-GA-ubuntu }
1010 ports :
1111 - 1433
You can’t perform that action at this time.
0 commit comments