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

Allow cross building kafka for various archs #257

Closed
wants to merge 2 commits into from

Commits on Jan 29, 2018

  1. Allow cross building kafka for various archs

    This commit introduces a way by which we can now build multi-arch
    docker images of kakfa. This patch provides an initial framework
    based on some inspiration from:
    https://github.com/kubernetes/kubernetes/tree/master/build/debian-base
    
    This patch will allow you to build a cross platform image on an
    amd64 machine.
    
    Usage:
    
         `make build` ==> Retains the old behavior of builds
         `make build ARCH=ppc64le` ==> Builds it for a specific arch
    
    We can further include s390x and arm as other platforms.
    Further we can use the manifest-tool or the latest docker client
    to push manifest images to dockerhub.
    sudswas committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    9afad4f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Incorporated Review comments

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