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

api: set default "Builder-Version" to "2" (BuildKit) on Linux #43657

Merged
merged 1 commit into from
Aug 18, 2022

Commits on May 29, 2022

  1. api: set default "Builder-Version" to "2" (BuildKit) on Linux

    Starting with the 22.06 release, buildx is the default client for
    docker build, which uses BuildKit as builder.
    
    This patch changes the default builder version as advertised by
    the daemon to "2" (BuildKit), so that pre-22.06 CLIs with BuildKit
    support (but no buildx installed) also default to using BuildKit
    when interacting with a 22.06 (or up) daemon.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed May 29, 2022
    Configuration menu
    Copy the full SHA
    7b153b9 View commit details
    Browse the repository at this point in the history