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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: