-
Notifications
You must be signed in to change notification settings - Fork 181
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
"Downloaded empty artifact" when oras pull
from docker.io
#453
Comments
ORAS v0.13.0 cannot be used to download an image. It will only download layers annotated with OCI image title |
As @qweeah has mentioned, the current oras CLI can only pull named artifacts. In the future version of |
Is it corresponding to this feature request? |
@FeynmanZhou Yes, exactly. |
Closing as it's already supportted in |
@codewithcheese You may build from main branch and try below commands to download a image to the
This feature will be included in oras 1.0.0-rc.1 release planned for end of Jan 2023. |
Hey all, I was expecting to be able to pull a docker hub image using ORAS CLI.
oras pull docker.io/library/ubuntu:latest
results in:
With no image on disk, I would expect it to write a tar like any other mime type.
I am writing a TypeScript client to push/pull images AND artifacts and would prefer to only have a single implementation using oras for all the mime types. Don't necessarily need docker hub support, simply using it for testing an image pull.
The text was updated successfully, but these errors were encountered: