csantanapr commented on a change in pull request #25: Use prebuilt openwhisk images for docker-compose URL: https://github.com/apache/incubator-openwhisk-devtools/pull/25#discussion_r115463170
########## File path: docker-compose/docker-compose.yml ########## @@ -51,7 +51,7 @@ services: # WHISK CONTROLLER controller: - image: whisk/controller:latest + image: openwhisk/controller:6a56c45 Review comment: Currently I have a jenkins build here https://builds.apache.org/view/OpenWhisk/job/OpenWhisk-DockerHub/ Using jenkinsfile https://github.com/openwhisk/openwhisk/blob/master/tools/jenkins/apache/dockerhub.groovy Lets add a jenkinsfile for docker-compose testing here: https://github.com/apache/incubator-openwhisk-devtools/blob/master/tools/jenkins/apache/docker-compose.groovy I think we can merge this PR without the jenkins integration enable yet and create an issue, if it works locally, then I can create a new Jenkins Job definition that uses the new jenkins file docker-compose.groovy ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
