Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multi-arch image building for couchdb docker image #60

Closed
wants to merge 2 commits into from

Commits on Jan 22, 2018

  1. Support multi-arch image building for couchdb

    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
    
    Travis file is updated to use `make` instead of docker commandline to
    do the builds.
    sudswas committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    000f83c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Fixing code review comments

    sudswas committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    f3d0bec View commit details
    Browse the repository at this point in the history