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 cp
When copying an image of a certain arch from an index using --platform, if
--platform
-r
Then the digest of index will be shown in the copy summary.
Version: 1.0.0-rc.1 Go version: go1.19.5 Git commit: a98931bc68a0e7a5de6c51df8e5aa09aadad3057 Git tree state: clean
# prepare index oras cp ghcr.io/oras-project/oras:v1.0.0-rc.1 --to-oci-layout ./local/oras:v1.0.0-rc.1 -v # attach to linux/s390x image echo hello > hello oras attach --artifact-type test.hello --oci-layout ./local/oras@sha256:d1903141acefdeed52e34811d495f7569aba7b97d69c5a7ad22a3f213679b117 # showing wrong digest when recursively copying oras cp --from-oci-layout ./local/oras:v1.0.0-rc.1 --to-oci-layout ./local/oras:v1.0.0-rc.1-test --platform linux/s390x -v -r # showing wrong digest when copying without tagging oras cp --from-oci-layout ./local/oras:v1.0.0-rc.1 --to-oci-layout ./local/oras --platform linux/s390x -v -r
The image digest of the chosen arch should be shown.
This bug effects all released versions after 0.15.0
The text was updated successfully, but these errors were encountered:
Fixed by #818
Sorry, something went wrong.
qweeah
No branches or pull requests
When copying an image of a certain arch from an index using
--platform
, if-r
is used), orThen the digest of index will be shown in the copy summary.
ORAS version
Reproducing steps
Expected behavior
The image digest of the chosen arch should be shown.
This bug effects all released versions after 0.15.0
The text was updated successfully, but these errors were encountered: