Cannot parse java version:

Hello, I’m trying using Dremio by following From Postgres to Dashboards with Dremio and Apache Iceberg | Dremio.
However, when I did docker compose up -d, I got this error on Dremio container
Cannot parse java version:
While in Nessie container, I got this error:
Error: Invalid or corrupt jarfile /deployments/quarkus-run.jar
Since I got these errors, both containers can’t run.
I’ve already tried installing java and set the java_home and path as well, but no joy.
Did anyone experience the same? Does anyone has the solution?
Thanks!

@abed What version of Java are you using ?

I’m using JDK 11, 17, and 21 after following this tutorial GitHub - dremio/dremio-oss: Dremio - the missing link in modern data.
Following both tutorials still resulting error

oh, I’m using Ubuntu

@abed on your docker shell, if you run java -version what do you get?

I can’t, my container can’t even run because of this error, sorry.

I tried changing the tag from latest to 24.3 and 25.1 and it works well. I think it’s due to the docker image?

@abed Seems like it. PLease use 25.1 and get back to us if you run into other issues