
A tar archive of a Docker image contains a `mainfest.json` file that lists the path to each embedded tar file containing the contents of a layer in the image. This manifest file should be used to identify the layer files instead of relying on file naming conventions and assumptions on the directory structure that are not consistent between container engine implementations. Fixes gh-34324