Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve caching for multi-platform images. #23562

Merged
merged 1 commit into from
May 9, 2022

Commits on May 9, 2022

  1. Improve caching for multi-platform images.

    This is another attempt to improve caching performance for
    multi-platform images as the previous ones were undermined by a
    bug in buildx multiplatform cache-to implementattion that caused
    the image cache to be overwritten between platforms,
    when multiple images were build.
    
    The bug is created for the buildx behaviour at
    docker/buildx#1044 and until it is fixed
    we have to prpare separate caches for each platform and push them
    to separate tags.
    
    That adds a bit overhead on the building step, but for now it is
    the simplest way we can workaround the bug if we do not want to
    manually manipulate manifests and images.
    potiuk committed May 9, 2022
    Configuration menu
    Copy the full SHA
    4b30b04 View commit details
    Browse the repository at this point in the history