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
Justin Chadwell 56876ab825 remote: avoid tls error if both key and cert are not set
Previously, we would explicitly error if all TLS parameters were not
available. However, it is a perfectly valid use case to connect to a
buildkit server that only provides TLS in one direction to verify the
server (which is possible today with buildctl).

To support this use case, we only need to error if only one of key or
cert is set, and the other is not - if both are unspecified, the client
will not present a certificate to the server.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
..
bkimage feat(driver/kubernetes): support mount buildkit.toml and qemu installing 3 years ago
docker enable other exporters if docker driver uses containerd 2 years ago
docker-container monitor: Enable to exec into the container 2 years ago
kubernetes k8s: corev1.Handler has been replaced by corev1.ProbeHandler 2 years ago
remote remote: avoid tls error if both key and cert are not set 2 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 create: improve interface when attempting to create docker driver 2 years ago