-
Notifications
You must be signed in to change notification settings - Fork 488
[feature] migrate docker images to ghcr #2520
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
[feature] migrate docker images to ghcr #2520
Conversation
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
24a1d7a
to
47bddb3
Compare
/cc @kubeflow/wg-automl-leads @Electronic-Waste @varodrig PTAL! |
please refer to this published image on my own user, https://github.com/mahdikhashan/katib/pkgs/container/katib-conformance and this temp workflow where i disabled release branch check: https://github.com/mahdikhashan/katib/actions/runs/13565650050/job/37918014229 |
d9e30ac
to
503fa11
Compare
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
503fa11
to
213242d
Compare
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 Thanks for this! Just one comment for you.
uses: ./.github/workflows/template-publish-image | ||
with: | ||
image: docker.io/kubeflowkatib/${{ inputs.component-name }} | ||
image: ghcr.io/kubeflowkatib/${{ inputs.component-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.
I think, the naming convention in GHCR should be ghcr.io/<org name or user name>/...
.
So the second item between /
s might need to be changed to kubeflow
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, please address this one and push images both into DockerHub and GHCR.
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.
sure, i'll do so.
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.
I think, the naming convention in GHCR should be
ghcr.io/<org name or user name>/...
.So the second item between
/
s might need to be changed tokubeflow
done.
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, please address this one and push images both into DockerHub and GHCR.
done. please take a look when you have time. thanks.
And maybe we should also fix the image reference under |
tnx for your review Shao, will address them asap. |
i assume here i also need to consider both dockerhub and ghcr, please correct me if i'm wrong. otherwise, i will change it to have both. |
possibly tests will fail, we created a separate pr for manifests for |
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
this is being addressed here #2529 |
/rerun-all |
Please combine the Dockerhub and GHCR CI jobs like done here: kubeflow/trainer#2537 |
for sure, thanks for bringing this to my attention. i'll do it asap. |
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
/cc @kubeflow/wg-automl-leads @Electronic-Waste @saileshd1402 PTAL! |
@mahdikhashan: GitHub didn't allow me to request PR reviews from the following users: saileshd1402. Note that only kubeflow members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
image: docker.io/kubeflowkatib/${{ inputs.component-name }} | ||
image: | | ||
ghcr.io/kubeflow/katib/${{ inputs.component-name }} | ||
docker.io/kubeflow/katib/${{ inputs.component-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.
This should be kubeflowkatib
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.
i'll revert it to prevent docker failure. thanks for bringing this up.
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.
image: docker.io/kubeflowkatib/${{ inputs.component-name }} | ||
image: | | ||
ghcr.io/kubeflow/katib/${{ inputs.component-name }} | ||
docker.io/kubeflow/katib/${{ inputs.component-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.
ditto
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.
i'll revert it to prevent docker failure. thanks for bringing this up.
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 <mahdikhashan1@gmail.com>
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 for doing this @mahdikhashan!
/lgtm
/approve
Let's cherry-pick this PR if images are published.
[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 |
/cherry-pick release-0.18 |
@andreyvelich: new pull request created: #2531 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #2519
Checklist: