jonpspri 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_r159542428
########## 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: Agreed. With your blessing, I can work with the apigateway team on how to create a multi-architecture build of their image as part of their build process. ---------------------------------------------------------------- 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
