From bd30feae34f06da2371b6464ff6844445b9a5ffc Mon Sep 17 00:00:00 2001 From: clux Date: Sun, 25 Oct 2020 17:28:07 +0000 Subject: [PATCH] note on using musl-libc - closes #331 didin't find any direct links to anything clean using alpine as a builder. but the issue has examples. if anyone has something better, please lemme know! --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0695765bf..8f26e60af 100644 --- a/README.md +++ b/README.md @@ -156,5 +156,8 @@ k8s-openapi = { version = "0.9.0", default-features = false, features = ["v1_17" This will pull in the variant of `reqwest` that also uses its `rustls-tls` feature. +## musl-libc +Kube will work with [distroless](https://github.com/clux/controller-rs/blob/master/Dockerfile), [scratch](https://github.com/constellation-rs/constellation/blob/27dc89d0d0e34896fd37d638692e7dfe60a904fc/Dockerfile), and `alpine` (it's also possible to use alpine as a builder [with some caveats](https://github.com/clux/kube-rs/issues/331#issuecomment-715962188)). + ## License Apache 2.0 licensed. See LICENSE for details.