Skip to content
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

Modernize LocalStackContainer #695

Merged
merged 1 commit into from
May 16, 2018
Merged

Modernize LocalStackContainer #695

merged 1 commit into from
May 16, 2018

Conversation

bsideup
Copy link
Member

@bsideup bsideup commented May 16, 2018

No description provided.

@bsideup bsideup added this to the next milestone May 16, 2018
@bsideup bsideup requested review from rnorth and kiview May 16, 2018 03:52
@kiview kiview self-assigned this May 16, 2018
String ipAddress = address;
try {
ipAddress = InetAddress.getByName(address).getHostAddress();
} catch (UnknownHostException ignored) {

}
ipAddress = ipAddress + ".xip.io";
ipAddress = ipAddress + ".nip.io";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick, but I assume this is not an IP address anymore after concatenating the String 😛

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I blame the original author ;)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI I changed to nip.io because xip.io is unreliable (and caused some CI failures)

@rnorth
Copy link
Member

rnorth commented May 16, 2018

LGTM

@bsideup bsideup merged commit ca2dd7a into master May 16, 2018
@bsideup bsideup deleted the rework_localstack branch May 16, 2018 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants