-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
POWER & Z architecture support #1462
Comments
Something else to consider here would be to use the qemu-based buildx support to build/publish the kaniko Dockerfiles, and dropping the Bazel stuff I added. Travis supports s390x and Power, so we could do more testing that way. I went the Bazel route because it was familiar from the work in distroless, and hadn't messed with the buildx QEMU support, but have now and it's neat. AFAIK Bazel is the main limiting factor here, so I'd be happy to see it go if we can move the needle on multi-arch. |
Hi, great to see multi-arch support. Am I right in thinking that Z (s390x) support has not been added to Kaniko yet? |
1. add s390x support to docker images `executor`, `executor(slim)`, `executor(debug)` and `warmer`. Fixes GoogleContainerTools#1462 and GoogleContainerTools#1665. 2. Address the building issue of dependency `docker-credential-gcr` in Dockerfiles. This issue was introduced when recent commits in `docker-credential-gcr` removed the Makefile. Signed-off-by: Kun-Lu <[email protected]>
1. add s390x support to docker images `executor`, `executor(slim)`, `executor(debug)` and `warmer`. Fixes GoogleContainerTools#1462 and GoogleContainerTools#1665. 2. Address the building issue of dependency `docker-credential-gcr` in Dockerfiles. This issue was introduced when recent commits in `docker-credential-gcr` removed the Makefile. Signed-off-by: Kun-Lu <[email protected]>
1. add s390x support to docker images `executor`, `executor(slim)`, `executor(debug)` and `warmer`. Fixes #1462 and #1665. 2. Address the building issue of dependency `docker-credential-gcr` in Dockerfiles. This issue was introduced when recent commits in `docker-credential-gcr` removed the Makefile. Signed-off-by: Kun-Lu <[email protected]> Co-authored-by: Kun-Lu <[email protected]>
This was reverted as docker builds were failing. |
* Add s390x support to docker images 1. add s390x support to docker images `executor`, `executor(slim)`, `executor(debug)` and `warmer`. Fixes #1462 and #1665. 2. Address the building issue of dependency `docker-credential-gcr` in Dockerfiles. This issue was introduced when recent commits in `docker-credential-gcr` removed the Makefile. Signed-off-by: Kun-Lu <[email protected]> * Add s390x support to all images except debug image * Add s390x support to images.yaml * Fix ld64.so.1 not found issue on s390x * Add a comment for copying /lib from busybox container on s390x
We are working on adding POWER (ppc64le) and Z (s390x) architecture support for https://github.com/tektoncd/pipeline. Pipeline uses kaniko and I would like to know if kaniko is willing to add similar support.
The text was updated successfully, but these errors were encountered: