-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Doesn't work behind proxy since 1.20.0 (1.20.1 too) #9141
Labels
Comments
I don't have any change that could affect that on top of my mind. But, can you make sure all your Testcontainers dependencies are using the same version. Use |
Hope it helps 🤞 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Module
Core
Testcontainers version
1.20.0
Using the latest Testcontainers version?
Yes
Host OS
Linux OL8
Host Arch
x86
Docker version
What happened?
When we upgrade the testcontainers version from 1.19.8 to 1.20.* our container (oracle free database) doesn't start anymore.
We usually use the docker image from Oracle container registry like this :
We tried without success to use the one from testcontainers :
The behaviour is always the same in Jenkins (maven 3.6.2) :
It works perfectly on local machine (Windows 10, maven 3.6.2).
The Jenkins jobs runs on OL8 machine behind an enterprise proxy. The credentials are configured in
like that
This was working with 1.19.8 and 1.19.7.
I tried to force environment variables with
.withEnv("HTTP_PROXY...
It had no effect.I guess this bug comes from a dependency but I didn't manage to find which incriminate.
I can help to run any workaround if you need me.
Regards
Relevant log output
Additional Information
No response
The text was updated successfully, but these errors were encountered: