containerd / containerd/nerdctl

Information: "Unable to fetch missing layers before tagging. If you try to save or push this image, it might fail."

Open
#3,439 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
10.4k
Forks
826
Avg merge
1d 23h
Merged PRs (30d)
44

Description

If you are seeing this message while tagging or committing an image, it means that the local copy of the base image is incomplete, as containerd is only lazily pulling layers.

In that context, we normally fetch the missing layers, but this operation may fail (if you are offline, or the registry for the base image is unreachable).

In that case, the image you just tagged (or committed) will miss layers and you might not be able to push or save it later on.

To workaround that, ensure the registry for the base image is reachable, and tag or commit again.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.