Skip to content
New issue

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

Support openjdk for tomcat #18

Open
jonespm opened this issue Apr 15, 2023 · 0 comments
Open

Support openjdk for tomcat #18

jonespm opened this issue Apr 15, 2023 · 0 comments

Comments

@jonespm
Copy link
Collaborator

jonespm commented Apr 15, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant