carlossg / docker-maven

Official Docker image with Maven
Apache License 2.0
529 stars 423 forks source link

support for maven:3.9.9-sapmachine-23 #506

Closed patpatpat123 closed 1 month ago

patpatpat123 commented 1 month ago

Hello team, hello Carlos,

First of all, just wanted to say thanks for your work on this repo. Just wanted to reach out to ask if it is possible to support maven for JDK 23 which just has been released.

https://github.com/carlossg/docker-maven?tab=readme-ov-file#installed-packages In this matrix, we can see the support for sap machine 23

However, in official Dockerhub: https://hub.docker.com/_/maven/tags?name=sapmachine

It is not present. If it is not yet released, could you please help with a possible maven:3.9.9-sapmachine-23

Thank you

mk868 commented 1 month ago

Hi,

I'm also looking for JDK23 images.
As far as I can see latest builds are available here (it should be fine for testing/development).

The official images, including maven image, are defined here: https://github.com/docker-library/official-images

carlossg commented 1 month ago

https://github.com/docker-library/official-images/pull/17634

patpatpat123 commented 1 month ago

This is now good to close, many thanks!