-
Notifications
You must be signed in to change notification settings - Fork 127
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
arm64 docker image #226
Comments
I saw there is a dockerfile for ARM64, albeit a separate one. I think the project would benefit from multiarch images, which is not that hard to do. I'm willing to write a PR for this, but to be frank: the lack on feedback on issues/PRs in this project is not encouraging me. If the devs like this approach and are willing to review such a PR, please let me know. |
I think we would be interested in providing an arm64 img. @jonkerj you can work on it if you want. |
This commit alters the Dockerfile for both regular and OpenShift in such a way multiarch images are getting built when using buildkit. Also, the GH workflow actually building the images is prepared for that. Fixes k8snetworkplumbingwg#226 Signed-off-by: Jorik Jonker <[email protected]>
This commit alters the Dockerfile for both regular and OpenShift in such a way multiarch images are getting built when using buildkit. Also, the GH workflow actually building the images is prepared for that. Fixes k8snetworkplumbingwg#226 Signed-off-by: Jorik Jonker <[email protected]>
This commit alters the Dockerfile for both regular and OpenShift in such a way multiarch images are getting built when using buildkit. Also, the GH workflow actually building the images is prepared for that. Fixes k8snetworkplumbingwg#226 Signed-off-by: Jorik Jonker <[email protected]>
This commit alters the Dockerfile for both regular and OpenShift in such a way multiarch images are getting built when using buildkit. Also, the GH workflow actually building the images is prepared for that. Fixes k8snetworkplumbingwg#226 Signed-off-by: Jorik Jonker <[email protected]>
This commit alters the Dockerfile for both regular and OpenShift in such a way multiarch images are getting built when using buildkit. Also, the GH workflow actually building the images is prepared for that. Fixes k8snetworkplumbingwg#226 Signed-off-by: Jorik Jonker <[email protected]>
This commit alters the Dockerfile for both regular and OpenShift in such a way multiarch images are getting built when using buildkit. Also, the GH workflow actually building the images is prepared for that. Fixes k8snetworkplumbingwg#226 Signed-off-by: Jorik Jonker <[email protected]>
This commit alters the Dockerfile for both regular and OpenShift in such a way multiarch images are getting built when using buildkit. Also, the GH workflow actually building the images is prepared for that. Fixes k8snetworkplumbingwg#226 Signed-off-by: Jorik Jonker <[email protected]>
I've created PR #324, which I believe solves all this |
Hi teams!
Is there an official arm64 image? Thanks
The text was updated successfully, but these errors were encountered: