We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: