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

ImageBigData: add note to error #1113

Merged

Conversation

vrothberg
Copy link
Member

A common error when dealing with corrupted images is

error locating item named "manifest" for image with ID "...": file does not exist

In many cases, the process writing to the containers storage has been
killed while pulling, building or committing an image. The best thing
to do in this case is to remove the image as it is not usable.

Add a note to the error to consider removing the image to resolve the
issue to guide the users a bit more.

Fixes: containers/podman/issues/12854
Signed-off-by: Valentin Rothberg rothberg@redhat.com

A common error when dealing with corrupted images is

> error locating item named "manifest" for image with ID "...": file does not exist

In many cases, the process writing to the containers storage has been
killed while pulling, building or committing an image.  The best thing
to do in this case is to remove the image as it is not usable.

Add a note to the error to consider removing the image to resolve the
issue to guide the users a bit more.

Fixes: containers/podman/issues/12854
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
@flouthoc
Copy link
Collaborator

LGTM @giuseppe PTAL

Copy link
Member

@giuseppe giuseppe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@giuseppe giuseppe merged commit d1c00d5 into containers:main Jan 21, 2022
@vrothberg vrothberg deleted the fix-containers/podman/issues/12854 branch January 21, 2022 10:54
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

Successfully merging this pull request may close these issues.

robustness: podman image list fails with Error: error locating item named "manifest" for image with ID "xxx"
3 participants