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_r159541927
########## 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" + +apigateway: + docker_image: "docker.xanophis.com/s390x/openwhisk-apigateway:latest" Review comment: apigateway is an image that OpenWhisk project controls, we should not have an image in some registry, we should public/push an apigateway for s390x from the apigateway repo to some public registry. ---------------------------------------------------------------- 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
