-
Notifications
You must be signed in to change notification settings - Fork 74
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
Multi-arch builds are failing #105
Comments
This may be related to changes made for: |
@msau42 It does seem to be breaking since above change. The latest gcr.io/distroless/static image shows only amd and arm manifest. Pulling this image gives same error on s390x machine as seen in the Prow job. |
@namrata-ibm would you be able to help with adding support for those other platforms to the distroless build? |
@msau42 Adding support to distroless would need some time to sort Bazel related support first. Will work on that as a long term solution in parallel. |
Yes, the workaround sounds fine to me. I'm only concerned that we will stop getting updates to the image so we should actively work on adding support for the missing platforms |
This workaround is no good - switching the build to amd64 just broke all the pods running on my arm64 nodes. (Or maybe it's a coincidence, but in any case, I'm getting exec format errors, and I'm pretty sure I wasn't before.) |
@stuartpb can you be more specific? Which containers broke (name, image version, etc.) and which binary in them cannot be executed? |
These were the images I saw exec format errors from - I believe it was in every container spawned by Rook using any one of them:
|
We have not officially supported multi arch images for those versions. Multi arch is supported starting with |
Maybe it's a coincidence, then, but I'm pretty sure I was using those images successfully for about a week at least before this change hit. |
This should be addressed with the latest sidecar releases and head. /lclose |
/close |
@pohly: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We successfully built amd64, but ppc64le is failing:
The text was updated successfully, but these errors were encountered: