You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/15 13:12:25 UTC

[GitHub] ddragosd commented on a change in pull request #147: Use 0.9.0 release as default sources

ddragosd commented on a change in pull request #147: Use 0.9.0 release as default sources
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/147#discussion_r210262782
 
 

 ##########
 File path: docker-compose/Makefile
 ##########
 @@ -18,7 +18,8 @@ endif
 DOCKER_HOST_IP ?= $(shell echo ${DOCKER_HOST} | grep -o "[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}" || echo ${LOCAL_IP})
 DOCKER_REGISTRY ?= ""
 DOCKER_IMAGE_PREFIX ?= openwhisk
-OPENWHISK_PROJECT_HOME ?= ./openwhisk-master
+OPENWHISK_VERSION ?= master
 
 Review comment:
   Let’s expose this option in the README as well, to make it easy for developers to run the latest official release, ideally with links to the releases page, to quickly find the latest version. WDYT ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services