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
I am trying to download the manifest config from a remote container image as seen here using the following command:
oras pull --manifest-config config.json:application/vnd.docker.distribution.manifest.v2+json OCI_REFERENCE
The config.json file is downloaded properly with the correct data, however, the cli is returning Error: not_found and exiting with error code 1.
Error: not_found
Sorry if this issue is already duplicated. I tried looking similar ones but didn't fount it.
The text was updated successfully, but these errors were encountered:
Hi @tompizmor, Did this get resolved?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I am trying to download the manifest config from a remote container image as seen here using the following command:
The config.json file is downloaded properly with the correct data, however, the cli is returning
Error: not_found
and exiting with error code 1.Sorry if this issue is already duplicated. I tried looking similar ones but didn't fount it.
The text was updated successfully, but these errors were encountered: