For a long time, I never needed to parse command line arguments, because I never wrote anything meaningful that would require them. Hey! I'm a hobbyist, not a professional dev!

Then I started to write some tools to help my colleagues, and some tools needed to run on a company server, and be integr...

Why?

If you inspect the Dockerfiles in this repo, you will notice that the base image I use for the 1.4.0 or latest tags is tomcat:9.0.64-jre11.

This image in turn is based on Ubuntu Jammy (22.04.4 LTS). And this version of Ubuntu comes with postgresql-14 in its official repositories.

...