-
Notifications
You must be signed in to change notification settings - Fork 470
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
push docker images for other architectures with github release #503
Comments
I have spent some time creating a multi stage docker build for kube-router with multi arch support: |
Nice work @runningman84. I'm hoping to glean from your repo to ship images for multiple architectures to the official cloudnativelabs docker org. I'm not sure yet if your repo creates a multi-arch manifest but it's my goal to do so, which would make it seamless to use the same image name/tag on different architectures. |
Oh I see you did the manifest work already (https://github.com/runningman84/docker-kube-router/blob/master/manifest.yaml). Awesome! |
I am looking forward for the official multi arch image! If you have any questions regarding my build feel free to ask... |
@bzub do you have any news regarding the multi-arch release? |
@murali-reddy @bzub What is holding this back? There is #336 and #445 so to me it seems that all the prerequisite are there. Would be really nice since kube-router seems the way to go for low power clusters (not that much overhead). |
Linking this one here as well: #885 |
We can build kube-router docker images for other architectures manually. So push the docker images other architectures as well with github release.
The text was updated successfully, but these errors were encountered: