You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a situation where a CI process itself spins up a service, the service under test and then runs test-containers to spin up other containers which in turn need to talk to the service under test.
test containers implements this via https://java.testcontainers.org/features/networking/#exposing-host-ports-to-the-container
Currently this doesn't appear to work (test-containers cannot start the SSHD proxy properly).
This is being implemented in the context of Github Actions with self-hosted runners on K8S.
Do you have any suggestions as to how we can get the testcontainers/sshd proxy to work correctly?
The text was updated successfully, but these errors were encountered:
bdellegrazie
changed the title
Ability for test-containers reverse proxy to work
Ability for test-containers to expose host ports to containers
Nov 29, 2024
Hi,
We have a situation where a CI process itself spins up a service, the service under test and then runs test-containers to spin up other containers which in turn need to talk to the service under test.
test containers implements this via https://java.testcontainers.org/features/networking/#exposing-host-ports-to-the-container
Currently this doesn't appear to work (test-containers cannot start the SSHD proxy properly).
This is being implemented in the context of Github Actions with self-hosted runners on K8S.
Do you have any suggestions as to how we can get the testcontainers/sshd proxy to work correctly?
The text was updated successfully, but these errors were encountered: