Skip to content

Cache manifests should be fetched in the background #6593

@oehme

Description

@oehme

Description

Adding --cache-from currently creates a significant slowdown for "up-to-date" builds, i.e. builds where I already have all the layers in my local cache. Docker waits until the cache manifest is downloaded/imported before it proceeds building.

I think instead it should fetch the manifest in the background and only block on the download if it gets to a build step that can't be served from my local cache.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions