-
Notifications
You must be signed in to change notification settings - Fork 230
[feature]: migrate docker image push to ghcr #689
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: mahdikhashan <[email protected]>
3e71125
to
3e5152e
Compare
Signed-off-by: mahdikhashan <[email protected]>
@@ -26,6 +26,7 @@ jobs: | |||
with: | |||
images: | | |||
${{ env.IMAGE_NAME }} | |||
ghcr.io/${{ env.IMAGE_NAME }} |
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.
@mahdikhashan You will need to store this image under ghcr.io/kubeflow/mpi-operator/controller
.
Note that IMAGE_NAME: mpioperator/mpi-operator
so using that variable will not work.
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.
done.
Signed-off-by: mahdikhashan <[email protected]>
@mahdikhashan I fixed CI errors in a separate place. Could you rebase this one? |
sure, is it already merged to master? or would you share the branch? |
Fixes has already merged into the master branch. |
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.
Don't you also need to update your deployment manifests to use this new image?
The goal is that we use GHCR by default, as it does not have limits.
Yes, we need to replace it everywhere. Additionally, I think we need to address every images including MPI base images Line 30 in 44941a1
|
I'll update it. |
Furthermore, could you update docs as well? Line 243 in 44941a1
|
Signed-off-by: mahdikhashan <[email protected]>
33df974
to
b6045a2
Compare
Signed-off-by: mahdikhashan <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@tenzen-y i think we need to update the image usage in the separate pr. shall i open another one and merge it after we merge this one? |
Sure |
46246df
to
c88d474
Compare
@tenzen-y it seems to be ready, the other pr is #698 . also, i'm not sure what i need to do with other images here: https://hub.docker.com/u/mpioperator, please let me know. thanks |
fixes #684
cc: @thesuperzapper @tenzen-y