Skip to content

Commit

Permalink
note on using musl-libc - closes #331
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
clux committed Oct 25, 2020
1 parent 2fba3c9 commit bd30fea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit bd30fea

Please # to comment.