-
Notifications
You must be signed in to change notification settings - Fork 185
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(oci-layout): support in fetch and push for manifest and blob commands #752
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
83c4af1
feat: support oci image layout in `oras cp`
qweeah f8d4a27
add example
qweeah 2026d9d
add example
qweeah 071c792
add go mod
qweeah c244cd5
rename
qweeah a5fd875
doc clean
qweeah d4f96d3
update license header
qweeah b0e8e28
add interface for printer
qweeah 3df7915
doc clean
qweeah ec2f556
rename
qweeah 07dba15
Merge remote-tracking branch 'origin_src/main' into oci-copy
qweeah f5bb892
update examples
qweeah 6dbd0a6
update doc
qweeah d71860c
doc clean
qweeah 6d11cef
resolve comments
qweeah 01c5674
add wrapper type for tag status printer
qweeah c20e948
remove long oci image layout flag
qweeah 3962a55
doc clean
qweeah 33f6561
resolve comments
qweeah fca9db1
Merge remote-tracking branch 'origin_src/main' into oci-copy
qweeah 2a70519
fix unit test
qweeah 6036d0d
rename target type
qweeah 1e463d4
simplify examples
qweeah c83b54b
fix bug for windows path parsing and add tests
qweeah b4b2a6c
fix unit test
qweeah 1585f5a
resolve comments
qweeah 12fc8ea
doc clean
qweeah 87771b6
doc clean
qweeah 6af8f50
rename parsing arguments
qweeah 56e29f9
doc clean
qweeah b9f5df3
resolve comments
qweeah 440731e
fix doc
qweeah 7543bd0
support `manifest push`
qweeah 8e2bbc1
add doc
qweeah fe4fa9e
code clean
qweeah 4faeac9
add blob fetch
qweeah a8785e1
support blob fetch
qweeah 73dbbc0
Merge branch 'main' into oci-manifest-blob
qweeah 612675d
doc clean
qweeah 1911818
doc clean
qweeah a92d99d
doc clean
qweeah 816d955
alignment
qweeah ce77cd8
bug fix
qweeah 3ef5416
Merge branch 'main' into oci-manifest-blob
qweeah 9e38fea
resolve comments
qweeah 6c0df68
resolve comments
qweeah 6e63a12
doc clean
qweeah dd9e27d
doc clean
qweeah dc3e52a
fix doc bug
qweeah File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is it exact to use
layout-dir@sha256:9a201d228ebd966211f7d1131be19f152be428bd373a92071c71d8deaf83b3e5
to represent an OCI layout folder?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.
layout-dir@sha256:9a201d228ebd966211f7d1131be19f152be428bd373a92071c71d8deaf83b3e5
means fetch a blob with digestsha256:9a201d228ebd966211f7d1131be19f152be428bd373a92071c71d8deaf83b3e5
from an OCI image layout folder 'layout-dir'