axelrose opened a new issue #4551: make failes with `Error response from daemon: manifest for openwhisk/controller:latest not found` URL: https://github.com/apache/incubator-openwhisk/issues/4551 The current `incubator-openwhisk-devtools/docker-compose/Makefile` doesn't specify the docker image version and therefore uses the default `latest` version. But since there seems to be no longer an `latest` image the build failes consequentially with ```Error response from daemon: manifest for openwhisk/controller:latest not found``` As a workaround I can continue with this change in Makefile. ``` .PHONY: docker-pull-lean docker-pull-lean: docker pull $(DOCKER_IMAGE_PREFIX)/controller:nightly docker pull $(DOCKER_IMAGE_PREFIX)/nodejs6action:nightly docker pull $(DOCKER_IMAGE_PREFIX)/dockerskeleton:nightly ```
---------------------------------------------------------------- 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
