Skip to content
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

Can't copy a nerdctl save images to image registry? #2378

Open
sober-wang opened this issue Jul 10, 2024 · 1 comment
Open

Can't copy a nerdctl save images to image registry? #2378

sober-wang opened this issue Jul 10, 2024 · 1 comment

Comments

@sober-wang
Copy link

untar nerdctl images
image

untar a docker images
image

nerdctl_issues_3202
error message

 skopeo copy --dest-tls-verify=false dir:/..../tmp docker://myregistry.io/lib/image_name:20240710
FATA[0000] initializing image from source dir:/..../tmp: json: cannot unmarshal array into Go value of type manifest.Schema1
@mtrmac
Copy link
Collaborator

mtrmac commented Jul 10, 2024

Thanks for reaching out.

dir: is expecting a specific format, not that one. You might want oci:, oci-archive:, or docker-archive:.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants