-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix for some arm64 machines. #4588
Conversation
Hi @MrMYHuang. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test |
@MrMYHuang: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
thank you @MrMYHuang 👍 Welcome to the community! /ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome @MrMYHuang 🎉
Thank you for the detailed PR description, can you please copy over those details to the commit message as well?
https://github.com/tektoncd/community/blob/main/standards.md#commits
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: imjasonh, jerop The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@MrMYHuang Thank you! This could be merged in time for v0.33 (tomorrow). Would you mind updating the commit message so we can merge it? |
Yes. Please see 8d88b18. Thank you. |
Yes. Please see 8d88b18. Thank you. |
@MrMYHuang please squash the commits into one, let me know if you need squashing both of your commits into one. |
As said in GoogleContainerTools/distroless#657, in the past, distroless/base:debug used an arm32 busybox binary in its arm64 image. Which doesn't work on some arm64 machines, e.g., Ubuntu 21 arm64 on Parallel Desktop on Apple Silicon M1. It caused this error: " $ docker run -it gcr.io/distroless/base@sha256:cfdc553400d41b47fd231b028403469811fcdbc0e69d66ea8030c5a0b5fbac2b standard_init_linux.go:228: exec user process caused: exec format error " This PR GoogleContainerTools/distroless#960 fixes this bug. Hence, update the distroless/base:debug used by Tekton Pipeline in this commit.
Is this commit 6d93184 ok? |
yup works great 👍 |
Thanks for everyone! Pipeline v0.33 works well on Ubuntu 21 arm64 on Parallels Desktop on MacBook Air 2020 M1. |
Changes
As said in GoogleContainerTools/distroless#657, in the past, distroless/base:debug used an arm32 busybox binary in its arm64 image. Which doesn't work on some arm64 machines, e.g., Ubuntu 21 arm64 on Parallels Desktop on Apple Silicon M1. It caused this error:
Fortunately, this PR GoogleContainerTools/distroless#960 fixes this bug. Hence, I update the distroless/base:debug used by Tekton Pipeline in this commit.
/kind bug
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
Release Notes