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

Nexus Packer script is not able create an AMI #4

Open
somnathg-fullstack opened this issue May 7, 2020 · 0 comments
Open

Nexus Packer script is not able create an AMI #4

somnathg-fullstack opened this issue May 7, 2020 · 0 comments

Comments

@somnathg-fullstack
Copy link

somnathg-fullstack commented May 7, 2020

When I executing the packer script after installing the nexus it is waiting to get the response from localhost for eternity. Packer build needs to forcefully terminate and no AMI is getting created

until $(curl --output /dev/null --silent --head --fail http://localhost:8081); do
printf '.'
sleep 2
done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant