-
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
Use 64bit versions of binaries #352
Comments
Hmm... I get the impression that BusyBox intentionally provides a single pre-compiled binary (for simplicity and manageability for example?) as they say
Technically we may be able to compile a 64-bit binary from source on our own, but I don't know if that is a good idea in terms of reliability and support. Maybe it doesn't matter much as a debug tool. |
Fixed by #513. |
gVisor is not able to run 32bit binaries. distroless images are using the 32bit version of busybox, as a consequence, images created with distroless are failing on gVisor.
The text was updated successfully, but these errors were encountered: