-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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 driver not available for arm #1973
Comments
Would also very much like to see offical ARM plugin. Also discussed here #974 |
We seems to have struggles to get this into a CI. @slim-bean can you push some ARM tag in the meantime for everyone waiting please? |
Is there any update on this? |
Would really like to have this for my rpi. |
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Would love to see this be part of the regular builds to keep my docker deploy scripts the same across architectures. Using the arm64 build works for now though. |
Just ran into this issue as well. Any plans to officially include ARM builds? It was initially requested about 18 months ago I think, and ARM will continue to proliferate. |
I posted an linux/arm64/v8 tag you can use in the meantime.
Currently,
|
+1 on this. Getting this completed would be a win for people using the deploying code on the Graviton and Ampere platforms and developing code on the Apple Silicon platform. There are cost savings that can be acquired with ARM64 but many of us are blocked or having to apply hacky adhoc builds for the support. |
+1 |
Just want to add to what @nepeat said above. My organisation just bought several Apple Silicon macs for devs, and we've seen a number of projects which provide docker images not providing ARM ones. From comments above (#1973 (comment) and #1973 (comment)), it appears technically possible to produce the plugin for ARM, and if I knew how to I would, but for me and everyone else who doesn't know how to do it, it'd be much appreciated if ARM images were made available. Especially since the builds others are posting here are not being kept up to date, and I'd prefer to use images from an official source anyway. Failing that, some official instructions on how to build for ourselves would be helpful! |
Describe the bug
The docker driver plugin is not built for arm.
To Reproduce
Expected behavior
Installation of the docker driver should be available for armhf (v6) and armv7 separately.
Environment:
docker plugin install
Screenshots, Promtail config, or terminal output
After installing the plugin I can locate the where it was installed on the host and confirm the binary is amd64:
The text was updated successfully, but these errors were encountered: