On Thu, 30 Jun 2022 19:52:46 +0200 Thomas Meyer <tho...@m3y3r.de> wrote:
> Hi, > > Sadly currently Tomcat startup relies on shell script to bootstrap JVM > process. > > In the light of distroless images (e.g. > https://blog.chainguard.dev/introducing-apko-bringing-distroless-nirvana-to-alpine-linux/) > what are you thoughts on packaging tomcat in distroless base OCI images that > doesn't even contain any shell anymore? > > Would it be possible to provide an alternative start mechanism which directly > starts JVM process which setup/prepare env like the current catalina.sh shell > script does? > > What are your thoughts on above topic? Distroless and all other "small" images are quite hard to debug, no ps, no curl, no other tools for debugging, therefore I'm personally against it because such tools will always be helpfully. I'm quite happy that tomcat relies on shell scripts this requires some more tools which helps to debug some issues. Jm2c. > Mfg > Thomas Regards Alex --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org