containers / skopeo

Work with remote images registries - retrieving information, images, signing content
Apache License 2.0
7.99k stars 764 forks source link

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

Closed sober-wang closed 2 weeks ago

sober-wang commented 1 month ago

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 commented 1 month ago

Thanks for reaching out.

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

github-actions[bot] commented 2 weeks ago

A friendly reminder that this issue had no activity for 30 days.

mtrmac commented 2 weeks ago

Please reopen if there are outstanding questions.