grunlab
grunlab
Hi Anthony, Yes, when I try to run Joal with openjdk-17 (https://gitlab.com/grunlab/joal/-/blob/main/build/Dockerfile_openjdk_17), I'm getting this error at container startup: ``` $ kc logs joal-6985cb7d6d-s2c7x -f [INFO ] 2023-10-25 21:20:44.838 [...
Hi Anthony, Sorry my late answer ! I've made my own joal image for those following reasons: - As far as I can, I prefer to run my projects using...
Hi Anthony, Any progress ? Debian 11 Security Support end in 3 months (31 Jul 2024) Would like to switch to Debian 12 / OpenJDK-17 asap. Thank you
Yes, I confirm, I'm building the image to run on arm v7 arch (so 32 bit)
> Can you share the client file you are using please? The `client.json` file will reference a `.client` file. Can you please upload this .client file here? Not sure to...
> And starting to mess around with weird idea... Can you try : > * with `openjdk-17-jre` instead of `openjdk-17-jre-headless` > * without the `--no-install-recommends` flag I've tried but this...