Closed hatefap closed 1 year ago
Have you tried with the setup described in the docs?
Have you tried with the setup described in the docs?
for the first approach, I didn't have access to change the runner file but I've tried the second approach, I got an error stating that Docker is not listening on port 2375
@hatefap There is also a blogpost I forgot share. I will close the issue but if the issue continues feel free the reopen it.
Module
MySQL
Testcontainers version
1.18.3
Using the latest Testcontainers version?
Yes
Host OS
Linux
Host Arch
x86
Docker version
What happened?
Hi we are using SpringBoot 3.1.2 and trying to use testconainer in our gitlab pipeline.
here is our .gitlab-ci.yml
my simple project that you can access it from here perfectly run in my local workstation but in pipeline it throws exception stating it can not connect to MySQL.
here is my test class:
it stuck at
Waiting for database connection to become available at jdbc:mysql://192.168.50.1:49159/test using query 'SELECT 1'
and finally throws exception.you can access to full log from here: https://pastebin.com/xg7LmYsw
Relevant log output
Additional Information
No response