-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
docker multiarch image - add ppc64le/s390x architectures to docker image #222
Comments
We have no way to test images on these architectures, so I'm a bit hesitant to ship binaries for them. Would you be interested in forking/hosting your own binaries in a different project? |
There is a travis If the package I'm not yet ready to run my own project (first exposure to Bazel) yet but I'll probably get time eventually to hack on the dependencies (bazelbuild/rules_docker#300? / bazelbuild/bazel#5657? others?). I certainly can help out with testing (running/writing). |
I'm not sure we can ever support this, but if someone wants to take a crack at it, I'm ready to review PRs and build results. |
It should be relatively straightforward to add additional architectures following what I'm doing for arm64 here (and it's baseline changes): #586 |
I was looking to use the distroless as a base for skydive (https://hub.docker.com/r/skydive/skydive/) on all architectures but it was only accessible on x86_64.
It seems bazel has a cross-compilation capability to make this happen.
Thanks the great contribution to container security.
The text was updated successfully, but these errors were encountered: