You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/driver
CrazyMax b0deb8bdd7
vendor: update docker/cli to f1615fa
also needs to update docker/docker to a60b458 (22.06 branch) otherwise
build breaks since docker/cli#3512 with:

    # github.com/docker/cli/cli/flags
    vendor/github.com/docker/cli/cli/flags/common.go:40:37: undefined: client.EnvOverrideCertPath
    vendor/github.com/docker/cli/cli/flags/common.go:41:37: undefined: client.EnvTLSVerify
    vendor/github.com/docker/cli/cli/flags/common.go:89:76: undefined: client.EnvOverrideHost

needs also to update github.com/spf13/cobra to v1.5.0 otherwise
build breaks with:

    # github.com/docker/cli/cli-plugins/plugin
    vendor/github.com/docker/cli/cli-plugins/plugin/plugin.go:130:4: unknown field 'HiddenDefaultCmd' in struct literal of type cobra.CompletionOptions

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
3 years ago
..
bkimage feat(driver/kubernetes): support mount buildkit.toml and qemu installing 3 years ago
docker ls: adds fallback if buildkit version info unimplemented 3 years ago
docker-container vendor: update docker/cli to f1615fa 3 years ago
kubernetes kubernetes: add error when no pods available 3 years ago
remote remote: add additional connhelpers to buildx 3 years ago
driver.go ls: adds fallback if buildkit version info unimplemented 3 years ago
features.go driver: add feature testing 6 years ago
manager.go Complete remote driver 3 years ago