AdoptOpenJDK / openjdk-docker

Scripts for creating Docker images of OpenJDK binaries.
https://hub.docker.com/_/adoptopenjdk/
Apache License 2.0
426 stars 237 forks source link

Missing updated images for 9, 10, and 12 #252

Open james-crowley opened 4 years ago

james-crowley commented 4 years ago

It looks like these AdoptOpenJDK releases are not receiving any updates on Docker? Is there a reason behind this?

I went to go look for a UBI image for AdoptOpenJDK9, but I guess UBI support got added after updates to these images stopped.

dinogun commented 4 years ago

Yup, this is intentional, the docker images corresponding to the LTS releases (8, 11) will continue to be updated along with the latest (13).

james-crowley commented 4 years ago

@dinogun I see what you saying. So the Docker images only continue to release for LTS and the most current development.

image

Posted the picture of the roadmap for future readers, link.

My question still is, with the addition of more and more base images, would you be open to release the last build of 9, 10, and 12 to support all the base images we currently support? It is confusing to users that you state you support these base images but lack them in these versions.

If you do not want to update the 9, 10, and 12, could the documentation be updated to reflect the lack of ubi, ubi-min and debian?