You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Falls back to slower behavior if the daemon does not accept empty layers. This allows the lifecycle to be compatible with podman which requires all layers to be preset during a docker load. buildpacks/imgutil#80
Fixes "manifest.json had unexpected number of entries" errors in analyze, export, and rebase resulting from a bug in our daemon save logic buildpacks/imgutil#63
Signed-off-by: Emily Casey <ecasey@vmware.com>
Periodically when executing the lifecycle against the daemon errors like this occur:
This happens when we are saving an image from the docker daemon to disk and we unexpectedly get more than one manifest.
imgutil/local/local.go
Lines 542 to 544 in afd98bd
We should figure out how we get into this state and determine a mitigation.
The text was updated successfully, but these errors were encountered: