Skip to content

Commit

Permalink
[sql_input] Pin mssql docker image used for testing (elastic#10616)
Browse files Browse the repository at this point in the history
Latest image changed some things, at least the tools used for
healthcheck are installed in a different directory, and it looks like
the service is started with self-signed certificate.

Pin the docker image to a version known to work.
  • Loading branch information
jsoriano authored and James Valente committed Aug 21, 2024
1 parent faa52ee commit 09e4cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sql_input/_dev/deploy/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
retries: 6
test: ["CMD", "psql", "-h", "localhost", "-U", "postgres", "-l"]
sql_input_mssql:
image: mcr.microsoft.com/mssql/server:2022-latest
image: mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-22.04
ports:
- 1433
environment:
Expand Down

0 comments on commit 09e4cff

Please sign in to comment.