Uh oh!
There was an error while loading. Please reload this page.
Strip all binaries for slim images - #472
Conversation
cody-vibe
commented
Sep 6, 2024
This might be something you would do for the |
orgads
commented
Sep 6, 2024
Sure, done. |
orgads
commented
Sep 6, 2024
Though the size reduction for alpine is even better in percentage: 90M -> 67M. Is there a reason not to strip? |
orgads
commented
Sep 10, 2024
@sdwolfz 👆🏻 |
cody-vibe
commented
Sep 10, 2024
Sorry but you should await feedback from @tianon here. My point is, slim images are designed to be small, but the non slim ones, if a linux binary is expected on the live system, then people will also expect it in the docker image, so this might break people's expectations. |
orgads
commented
Sep 10, 2024
|
LaurentGoderre
commented
Sep 10, 2024
This might be a breaking change so it might be bettter to do for a new version. |
orgads
commented
Sep 10, 2024
What do you mean by a new version? Aren't the docker images tagged separately? |
tianon
commented
Sep 10, 2024
The difference with package managers is that they typically provide something like |
orgads
commented
Sep 11, 2024
You can create another image variant with Have you ever used the debugging symbols in the image? |
Reduces slim-bookworm image from 180M to 155M.
orgads
commented
Aug 4, 2025
Rebased. Ping? |
Reduces slim-bookworm image from 180M to 155M.