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
Following up #1906. With the initial iteration of local base image support, none of the base image layers are cached. This means every build requires the costly operation of compressing the layers (if not already compressed) and re-calculating the compressed layer digests. Some ideas we can try to get around this:
Following up #1906. With the initial iteration of local base image support, none of the base image layers are cached. This means every build requires the costly operation of compressing the layers (if not already compressed) and re-calculating the compressed layer digests. Some ideas we can try to get around this:
docker save
every time, and retrieve using the image id reported bydocker inspect
. (Skip docker save if docker daemon base image is cached #2049)The text was updated successfully, but these errors were encountered: