You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ oras version
Version: 1.2.1+Homebrew
Go version: go1.23.4
I don't know if a previous version of ORAS had such an option, but looking at the releases-page, it doesn't seem this way.
It seems that pulling an artifact is actually a two-step process:
Use oras discover to find the digest of the artifact: oras discover $REGISTRY/$REPO:$TAG --artifact-type example/sbom
Use the digest of the artifact to pull it: oras pull $REGISTRY/$REPO@$ARTIFACT_DIGEST
It doesn't seem possible to pull multiple artifacts at once and use custom file names. So this section of the documentation should probably be fixed or removed altogether.
Additional comments?
No response
The text was updated successfully, but these errors were encountered:
Code of Conduct
What part of document/web-page on oras.land is affected?
https://oras.land/docs/how_to_guides/format_output/ describes how to pull multiple artifacts using
oras pull $REGISTRY/$REPO:$TAG --artifact-type ...
, but there is no such option.My ORAS version:
I don't know if a previous version of ORAS had such an option, but looking at the releases-page, it doesn't seem this way.
It seems that pulling an artifact is actually a two-step process:
oras discover
to find the digest of the artifact:oras discover $REGISTRY/$REPO:$TAG --artifact-type example/sbom
oras pull $REGISTRY/$REPO@$ARTIFACT_DIGEST
It doesn't seem possible to pull multiple artifacts at once and use custom file names. So this section of the documentation should probably be fixed or removed altogether.
Additional comments?
No response
The text was updated successfully, but these errors were encountered: