-
Notifications
You must be signed in to change notification settings - Fork 244
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
OCI-based devifle registry support #4525
OCI-based devifle registry support #4525
Conversation
Signed-off-by: jingfu wang <[email protected]>
/retest |
2 similar comments
/retest |
/retest |
/retest |
2 similar comments
/retest |
/retest |
/retest |
Signed-off-by: jingfu wang <[email protected]>
/retest |
5 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
We need to find a way how to change |
Yup, agreed. Some useful discussion in #3298 about this as well that might provide some insight on how we can do this |
@GeekArthur The
You need to update the |
Yeah agree, I also wanna link Maysun's issue here, thanks John. |
Yep, will fix that with other test automation failures. |
Signed-off-by: jingfu wang <[email protected]>
@GeekArthur , @kadel and I have discussed the default registry migration. We'll just take a look at the existing preference, if there is a default entry that points to the old repo, we'll just migrate the registry URL to the new URL silently in the preference file without prompting the user. |
Signed-off-by: jingfu wang <[email protected]>
Signed-off-by: jingfu wang <[email protected]>
/retest |
3 similar comments
/retest |
/retest |
/retest |
Is this a genuine failure? |
@girishramnani No, it's test infra issue, I posted it on odo slack channel: https://kubernetes.slack.com/archives/C01D6L2NUAG/p1618243057007700 |
@johnmcollier @kadel All comments addressed, I already discussed with Tomas, due to the test infra issues, the PR can be merged once it satisfies the following requirements:
Please review again, thanks. |
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.
No longer a reviewer on this repo, but approving from the devfile side of things
/lgtm
Edit: Didn't expect that to actually add the label 😅 , thought you had to be in the OWNERS file?
wow. Interesting. You still have to write permission on this repo, that might be why. But this is new to me :-) |
/approve I have one small issue with the current migration approach. But that can be addressed separately. |
Signed-off-by: jingfu wang <[email protected]>
Signed-off-by: jingfu wang <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: GeekArthur, kadel 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 |
/lgtm |
@GeekArthur: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
/retest |
Signed-off-by: jingfu wang [email protected]
What type of PR is this?
/kind feature
What does this PR do / why we need it:
This PR implements the OCI-based devfile registry support, more specifically:
Which issue(s) this PR fixes:
Related issues:
PR acceptance criteria:
Unit test
Integration test
Documentation
I have read the test guidelines
How to test changes / Special notes to the reviewer:
odo registry add OCI https://registry.devfile.io
to add OCI-based public devfile registry if it's not in the registry listodo catalog list components
then verify the devfiles from OCI-based public devfile registry can be listedodo create nodejs --registry OCI
then verify the nodejs devfile can be downloaded from OCI-based public devfile registry