-
Notifications
You must be signed in to change notification settings - Fork 181
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
feat: create index from existing manifests (index create) #1475
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1475 +/- ##
==========================================
+ Coverage 85.54% 85.62% +0.08%
==========================================
Files 113 116 +3
Lines 3936 4056 +120
==========================================
+ Hits 3367 3473 +106
- Misses 342 349 +7
- Partials 227 234 +7 ☔ View full report in Codecov by Sentry. |
1642e9d
to
0ba2f96
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.
Please mark oras manifest index
command set as "experimental".
cmd/oras/internal/display/metadata/text/manifest_index_create.go
Outdated
Show resolved
Hide resolved
cmd/oras/internal/display/metadata/text/manifest_index_create.go
Outdated
Show resolved
Hide resolved
cmd/oras/internal/display/metadata/text/manifest_index_create.go
Outdated
Show resolved
Hide resolved
8fa09d4
to
d56b7a2
Compare
7c9cbf8
to
590c0c7
Compare
cmd/oras/internal/display/metadata/text/manifest_index_create.go
Outdated
Show resolved
Hide resolved
8c94001
to
c3452a1
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.
LGTM
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.
LGTM
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.
LGTM
Signed-off-by: Xiaoxuan Wang <[email protected]>
Signed-off-by: Xiaoxuan Wang <[email protected]>
Signed-off-by: Xiaoxuan Wang <[email protected]>
Signed-off-by: Xiaoxuan Wang <[email protected]>
Signed-off-by: Xiaoxuan Wang <[email protected]>
Signed-off-by: Xiaoxuan Wang <[email protected]>
6928f81
to
90f124c
Compare
What this PR does / why we need it:
oras manifest index create
commandCurrent output:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Part of #1053
Please check the following list: