-
Notifications
You must be signed in to change notification settings - Fork 638
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
layer is not pulled when using the 'nerdctl pull' #2357
Comments
Any update on this? Seems like I am facing similar issue. Any workaround to pull the image again preferably via nerdctl? |
Is this issue specific to cc @ktock |
Hi @AkihiroSuda It's the same with The reproduce methods:
|
I also have the same problem. I downloaded the |
Description
Relate to the #2327
The content digest sha256:xxx: not found is becuase of the nerdctl does not pull the layer.
In my environment:
And try to pull with nerdctl
It skips the layer file. And the content digest is still not found.
And then try to pull with ctrctl
The layer file can be pulled and the content digest can be found.
Steps to reproduce the issue
FATA[0000] failed to get reader: content digest sha256:ca3cd42a7c9525f6ce3d64c1a70982613a8235f0cc057ec9244052921853ef15: not found
Describe the results you received and expected
The content digest exist, like using the ctrctl
What version of nerdctl are you using?
root@kay201:~/oss/containerd# nerdctl version
Client:
Version: v1.4.0-82-g5195b20.m
OS/Arch: linux/amd64
Git commit: 5195b20.m
buildctl:
Version: v0.11.6
GitCommit: 2951a28cd7085eb18979b1f710678623d94ed578
Server:
containerd:
Version: v1.7.1
GitCommit: 1677a17964311325ed1c31e2c0a3589ce6d5c30d
runc:
Version: 1.1.7
GitCommit: v1.1.7-0-g860f061b
Are you using a variant of nerdctl? (e.g., Rancher Desktop)
None
Host information
No response
The text was updated successfully, but these errors were encountered: