We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
oras manifest fetch
I have an image tagged test stored in oci-root folder, I am able to pull it but unable to use oras manifest fetch to get the manifest content.
test
oci-root
oras manifest fetch should show the manifest content of oci-root\:test
oci-root\:test
$ echo image > image $ oras push oci-root/:test image --oci-layout $ oras repo tags oci-root --oci-layout test $ oras pull oci-root/:test --oci-layout Downloading 0d566894635a image Downloaded 0d566894635a image Pulled [oci-layout] oci-root/:test Digest: sha256:b311ca6afe69cec37e3cf3d6a56369be78de91bb0523dbdf4c40a23a65d7a0d1 $ oras manifest fetch oci-root/:test --oci-layout Error: not found
I build it from the main branch of ORAS (last commit: 735ce35)
20.04
The text was updated successfully, but these errors were encountered:
fix: support fetching manifest in oci image layout (#766)
3d36225
Resolves #764 Signed-off-by: Billy Zha <[email protected]>
fix: support fetching manifest in oci image layout (oras-project#766)
b00239f
Resolves oras-project#764 Signed-off-by: Billy Zha <[email protected]>
Successfully merging a pull request may close this issue.
What happened in your environment?
I have an image tagged
test
stored inoci-root
folder, I am able to pull it but unable to useoras manifest fetch
to get the manifest content.What did you expect to happen?
oras manifest fetch
should show the manifest content ofoci-root\:test
How can we reproduce it?
What is the version of your ORAS CLI?
I build it from the main branch of ORAS (last commit: 735ce35)
What is your OS environment?
20.04
Are you willing to submit PRs to fix it?
The text was updated successfully, but these errors were encountered: