sudswas opened a new pull request #60: Support multi-arch image building for couchdb docker image URL: https://github.com/apache/couchdb-docker/pull/60 This commit introduces a way by which we can now build multi-arch docker images for couchdb. Some of this work is inspired from the https://github.com/kubernetes/kubernetes/tree/master/build/debian-base This is the first cut and it can be enhanced based on the couchdb community's preference. This image is required atleast for the openwhisk project where we are driving the multi-arch support. Usage: `make build` ==> Retains the old behavior of builds `make build ARCH=ppc64le` ==> Builds it for a specific arch ## Overview This PR tries to aid multi-arch builds for couchdb docker image. A makefile is introduce to allow the users to choose an architecture to build the docker image on. No changes are done for the default case that exists today. This uses the qemu static emulator to do the required work. The README changes are not updated as a part of this PR. ## Testing recommendations Build it for all different architectures by specifying the ARCH parameter during make build. ## Checklist - [ ] Code is written and works correctly; - [ ] Changes are covered by tests; - [ ] Documentation reflects the changes;
---------------------------------------------------------------- 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
