-
Notifications
You must be signed in to change notification settings - Fork 624
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
content digest not found #3513
Labels
bug
Something isn't working
Comments
Note that these bugs are elusive. |
This was referenced Oct 8, 2024
Merged
Update: this all likely ties into #3516 |
Apparently happens as well on run: This does reinforce the notion that there is a problem in containerd (possibly containerd/containerd#8973 )
|
This was referenced Oct 18, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is meant to collect more information about the issue known as "content digest not found".
While #3435 (and follow-up for IPFS) did address the most obvious cases, we obviously have more.
Here is the currently know list:
nerdctl images --filter
#3512The gist of it appears to be, at this point:
converter.Convert
(calling on imageservice.Create) may return an image with missing content in some circumstancescontent.ReadBlob
(specifically as seen inside imgutil) may fail and should be gated by an operation to first force fetch the blob in questionAt this point, above is speculative, although it seems consistent with the debugging info in the tickets.
The text was updated successfully, but these errors were encountered: