-
Notifications
You must be signed in to change notification settings - Fork 644
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
allow 'extraHosts' to accept hostname as destination ip #196
Comments
If I understand right, you want in you example Looks good to me. |
@rhuss I am using the hostname of a running container instead of its IP. But I am getting the following error Am I missing anything!!!
EXACT ERROR: |
@rlingaku Could you add a Does this help ? |
@rhuss I tried with |
this is similar to #101.
i want to specify a hostname as the destination address in the maven configuration that will be resolved to an ip address at runtime, eg:
this lets me inject the correct ip address by way of
/etc/hosts
instead of using maven properties.if the specified host cannot be resolved at start time, the plugin will throw an error.
The text was updated successfully, but these errors were encountered: