markhobson / docker-maven-chrome

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

Add a JDK-19 image #43

Closed stephanlukasczyk closed 1 year ago

stephanlukasczyk commented 1 year ago

This pull request adds an image for JDK-19, based on the maven:3.8.7-eclipse-temurin-19 image from Dockerhub.

I did not check for the other images, whether they should or can be upgraded to the latest Maven version. Neither did I check for updates on Chrome or the Chromedriver. IMHO those steps should be part of separate pull requests.

markhobson commented 1 year ago

Thanks for the PR. I had some problems building it, so I've upgraded Maven to 3.8.7 and replaced JDK 18 with 19. Give markhobson/maven-chrome:jdk-19 a go.

stephanlukasczyk commented 1 year ago

Thanks for providing the new image, works like a charm!