rabbah commented on a change in pull request #270: Update docker tag from
nightly to latest.
URL:
https://github.com/apache/incubator-openwhisk-devtools/pull/270#discussion_r300871271
##########
File path: docker-compose/Makefile
##########
@@ -340,7 +342,8 @@ init-couchdb:
.PHONY: init-whisk-cli
init-whisk-cli:
echo "waiting for the Whisk controller to come up ... "
- until $$(curl --output /dev/null --silent --head --fail
http://$(DOCKER_HOST_IP):8888/ping); do printf '.'; sleep 5; done
+ # removed --head from this curl because of an upstream change
https://github.com/apache/incubator-openwhisk/pull/4494
+ until $$(curl --output /dev/null --silent --fail
http://$(DOCKER_HOST_IP):8888/ping); do printf '.'; sleep 5; done
Review comment:
opened https://github.com/apache/incubator-openwhisk/issues/4550.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services