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

Add dial-stdio command #2112

Merged
merged 1 commit into from
Feb 10, 2024
Merged

Add dial-stdio command #2112

merged 1 commit into from
Feb 10, 2024

Commits on Feb 8, 2024

  1. Add dial-stdio command

    This allows the buildx CLI to act a proxy to the configured instance.
    It allows external code to use buildx itself as a driver for connecting
    to buildkitd instances.
    
    Instance and node selection should follow the same semantics as as
    `buildx build`, including taking into account the `BUILDX_BUILDER` env
    var and the `--builder` global flag.
    
    Signed-off-by: Brian Goff <[email protected]>
    cpuguy83 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    760244e View commit details
    Browse the repository at this point in the history