funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
kardan 2016-03-14T07:54:56.000019Z

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."

kardan 2016-03-14T07:55:36.000020Z

Does that mean something will break with JRE ?

niwinz 2016-03-14T08:00:55.000021Z

no, it means that it needs java8, so it should run properly with jre

kardan 2016-03-14T08:01:26.000022Z

Cool!

niwinz 2016-03-14T08:04:17.000023Z

I'm also using jre on my dockers for run my web applications with catacumba ๐Ÿ˜„

kardan 2016-03-14T08:35:46.000025Z

๐Ÿ‘