-
Notifications
You must be signed in to change notification settings - Fork 609
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
Implement nerdctl import
to load raw tarball (Was: loading image from tarball)
#908
Comments
What's the content of the tar ball? |
crane export docker.io/busybox - | lima nerdctl --namespace=k8s.io load
)
I see the tarball as an filesystem tar but without manifest in it. |
This will be supported in |
crane export docker.io/busybox - | lima nerdctl --namespace=k8s.io load
)nerdctl import
to load raw tarball (Was: loading image from tarball)
Thank you. Which version it's expected ? I am trying to implement ko-build/ko#588 and using crane to build the tarball and import the image into k3s cluster using nerdctl. |
As soon as somebody opens a PR 😄 |
Actually the google container registry does have |
/question
I installed the latest k3s using lima and trying to load images into it using
nerdctl --namespace=k8s.io load
, but when I use a tarball from stdin I get the following errortime="2022-03-18T05:10:56Z" level=fatal msg="unrecognized image format"
The command I used to for this
https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_export.md
Additional Info
k3s is created using the following lima yaml
Any thoughts how to work with these scenarios is highly helpful.
The text was updated successfully, but these errors were encountered: