-
Notifications
You must be signed in to change notification settings - Fork 443
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
Support ARM64 arch for release images #2315
Support ARM64 arch for release images #2315
Conversation
Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andreyvelich The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for updates the release scripts!
1. Make sure that you can build all Katib images. **Note** that | ||
your Docker Desktop should | ||
[enable containerd image store](https://docs.docker.com/desktop/containerd/#enable-the-containerd-image-store) | ||
to build multi-arch images: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update the developer docs as well?
https://github.com/kubeflow/katib/blob/master/docs/developer-guide.md#requirements
Also, could you update the minimum required Docker version with v24.0.0 since the containerd image store
is introduced in that version: https://github.com/moby/moby/releases/tag/v24.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tenzen-y Makes sense, I updated the Developer guide.
Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
/assign @johnugeorge @tenzen-y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/lgtm
This PR should add support for
arm64
images to our release script./assign @tenzen-y @johnugeorge