sakaicontrib / docker-sakai-builder

Some docker commands to get Sakai build and running 100% in docker
6 stars 7 forks source link

Support openjdk for tomcat #18

Open jonespm opened 1 year ago

jonespm commented 1 year ago

This has used temurin but there's some cases where testing on openjdk has been needed.

We can switch this manually by changing the image

tomcat:9-jdk11-temurin \ to tomcat:9-jdk11-openjdk-slim \

But the JDK11_GC options need to change a bit too. Might want to just put this into a config block at the top to switch between them.