Skip to content

Commit

Permalink
advising against using eol alpine versions
Browse files Browse the repository at this point in the history
  • Loading branch information
parasew committed Jan 7, 2024
1 parent 6cfc810 commit cb2b205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Very small rust docker image.

This is an example project on how to build very small docker images for a rust project. The resulting image for a working hello world was 5.69MB in the case of Alpine 3.16. Alpine versions differ in size, so make sure to test different versions if you need to optimize for size. Checked sizes with `docker system df -v`
This is an example project on how to build very small docker images for a rust project. The resulting image for a working `hello world` was 5.69MB in the case of Alpine 3.16. Alpine versions have changed in size with past releases (see below a table with historic sizes of the docker images). Using end-of-life Alpine/Rust releases is not advised (even if they might be slightly smaller). Checked sizes with `docker system df -v`

| Alpine | Size |
| ----------- | ------ |
Expand Down

0 comments on commit cb2b205

Please sign in to comment.