Skip to content

Commit

Permalink
tests: pick mysql image tagged as 8.0 (elastic#2035)
Browse files Browse the repository at this point in the history
As for some reason latest 8.4.0 is not working.
  • Loading branch information
xrmx committed Jun 10, 2024
1 parent 235e009 commit ef0390c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ services:
- pymssqldata:/var/opt/mssql

mysql:
image: mysql
image: mysql:8.0
command: --default-authentication-plugin=mysql_native_password --log_error_verbosity=3
environment:
- MYSQL_DATABASE=eapm_tests
Expand Down

0 comments on commit ef0390c

Please sign in to comment.