csantanapr commented on a change in pull request #3133: Subtle changes to support S390X deployment of OpenWhisk URL: https://github.com/apache/incubator-openwhisk/pull/3133#discussion_r159541700
########## File path: ansible/extra/s390x.yml ########## @@ -0,0 +1,17 @@ +### S390X specifics (TODO: could I include what's above?) ### + +nginx_version: 1.12 + +# Docker images to pull for S390X docker + +couchdb: + docker_image: "docker.xanophis.com/s390x/couchdb:latest" + +kafka: + docker_image: "docker.xanophis.com/s390x/wurstmeister-kafka:0.11" Review comment: Same comment, here where is this image coming from? Is it public, how do we know what's inside. ---------------------------------------------------------------- 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
