-
-
Notifications
You must be signed in to change notification settings - Fork 245
Fix LocalStack container hostname resolution #834
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
Fix LocalStack container hostname resolution #834
Conversation
✅ Deploy Preview for testcontainers-node ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
@joebowbeer Could you have a look at this failing test? |
|
@cristianrgreco Ideas? As expected, I can see
But the exec is returning exitCode 1 😞 which indicates that the overridden assignment is not being passed through. (The |
a96f671 to
f64563a
Compare
f64563a to
9516955
Compare
|
@cristianrgreco PTAL |
Fixes #833
Moves the
resolveHostnameinvocation back to thebeforeContainerCreatedmethod.Fixes the networkAliases override in
resolveHostname- to now callwithEnvironment.Also removes trailing
"from theresolveHostnamelog message and encloses the value assigned to LOCALSTACK_HOST in quotes. Sample messages: