Open jonespm opened 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 \
tomcat:9-jdk11-temurin \
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.
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 \
totomcat: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.