markhobson / docker-maven-chrome

Docker image for Java automated UI tests.
https://hub.docker.com/r/markhobson/maven-chrome/
Apache License 2.0
101 stars 82 forks source link

Plans for an JDK21 image? #50

Closed stephanlukasczyk closed 1 year ago

stephanlukasczyk commented 1 year ago

Hi,

Do you have plans to provide a JDK21 image, too?

Thank you in advance.

knoobie commented 1 year ago

The dependency / maven temurin 21 is missing, because there are no temurin 21 builds. https://adoptium.net/blog/2023/09/temurin21-delay/

markhobson commented 1 year ago

Once an upstream image is available I'll add a jdk-21 variant.

kzander91 commented 1 year ago

3.9.4-eclipse-temurin-21 is now available.

markhobson commented 1 year ago

Thanks, I'll do this after getting on top of the other recent changes.

markhobson commented 1 year ago

I've now added a jdk-21 variant after resolving the Chrome/ChromeDriver upgrades. Hope that helps!