Skip to content

Commit 0f05ad5

Browse files
authored
fix: update MSSQL Server linux image's Docker registry (#26440) (#26486)
1 parent 7ec48d6 commit 0f05ad5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

x-pack/metricbeat/module/mssql/_meta/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG MSSQL_VERSION
2-
FROM microsoft/mssql-server-linux:${MSSQL_VERSION}
2+
FROM mcr.microsoft.com/mssql/server:${MSSQL_VERSION}
33

44
ENV ACCEPT_EULA='Y'
55
ENV SA_PASSWORD='1234_asdf'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
variants:
2+
- MSSQL_VERSION: 2017-GA-ubuntu

x-pack/metricbeat/module/mssql/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ version: '2.3'
22

33
services:
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

0 commit comments

Comments
 (0)