Skip to content

Commit b0bc6dc

Browse files
authored
Add distroless to README.md (#84)
`distroless` provides an excellent base image to run Rust programs. For Rust programs linked with musl, use `distroless/static` which weighs ~2MB.
1 parent de33863 commit b0bc6dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ create minimum sized container images that run Rust binaries.
355355
- [docker-slim](https://github.com/docker-slim/docker-slim) - Minify Docker images
356356
- [dive](https://github.com/wagoodman/dive) - A tool for exploring a container image and
357357
discovering ways to shrink the size of the image.
358+
- [distroless](https://github.com/GoogleContainerTools/distroless) - 2MB base image to run statically linked Rust program
358359

359360
# References
360361

0 commit comments

Comments
 (0)