Hacker News new | ask | show | jobs
by mchmarny 1565 days ago
If you have an option to containerize the app, Jib may be what you are looking for. Plugs into Maven, and the same source/content always generates the same image - https://github.com/GoogleContainerTools/jib
1 comments

And this is the best explanation of Jib [1], but it’s hard to find via Google. It’s how all builds for every ecosystem should work IMO.

1. https://phauer.com/2019/no-fat-jar-in-docker-image/