I have a docker file with a Catacumba app running using โFROM java:openjdk-8-jreโ. Now I happened so notice this in the docs "Catacumba will only run with JDK8 and Clojure >= 1.7."
Does that mean something will break with JRE ?
no, it means that it needs java8, so it should run properly with jre
Cool!
I'm also using jre on my dockers for run my web applications with catacumba ๐
๐