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

[22.06 backport] api: set default "Builder-Version" to "2" (BuildKit) on Linux #43992

Merged
merged 1 commit into from Aug 18, 2022

Commits on Aug 18, 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 authored and neersighted committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    2c17e9a View commit details
    Browse the repository at this point in the history