Skip to content
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 images for linux/arm64 by downloading correct dumb-init binary #124

Closed

Conversation

SaschaSchwarze0
Copy link

Fixes #123

I am changing the Dockerfiles to use the result of uname -m instead of the hard-coded x86-64 when downloading dumb-init.

@CLAassistant
Copy link

CLAassistant commented Nov 21, 2024

CLA assistant check
All committers have signed the CLA.

@SaschaSchwarze0 SaschaSchwarze0 changed the title Fixes images for linux/arm64 by downloading correct dumb-init binary Fix images for linux/arm64 by downloading correct dumb-init binary Nov 21, 2024
@SaschaSchwarze0
Copy link
Author

SaschaSchwarze0 commented Dec 8, 2024

No idea why you make open source if you then do the same commit four days after my PR @danilapog @VyacheslavSemin.

@SaschaSchwarze0 SaschaSchwarze0 deleted the sascha-fix-arm64 branch December 8, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dumb-init Binary Hardcoded for x86 Architecture in Dockerfile, Fails on ARM Systems
3 participants