Skip to content
Discussion options

You must be logged in to vote

Unfortunately go binaries are very large. Podman is big application with all the features it has. I am not aware of any other tricks to drastically decrease its size.

Overall there is much that could be done within the podman code itself. Analyse the code and find out big packages and try to remove/replace them with smaller alternatives. I have done so many times in the past but the rate of new code is high and most easy to fix binary size problems have been addresses so doing this work is difficult.

If you only target a specific use case you could try to just delete all code paths you don't care about but of course this requires deep knowledge of podman and even then would not really be …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@niklasHochst
Comment options

@Luap99
Comment options

Answer selected by niklasHochst
@niklasHochst
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants