AdoptOpenJDK / openjdk-docker

Scripts for creating Docker images of OpenJDK binaries.

Home Page:https://hub.docker.com/_/adoptopenjdk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect tag for 8u282 (shows 8u275 instead)

chintanb opened this issue · comments

Bug
Although the release/overview page on Docker hub has the all tags stating jdk8u275, the actual version (in Dockerfile) of JDK is jdk8u282.
https://hub.docker.com/r/adoptopenjdk/openjdk8
https://github.com/AdoptOpenJDK/openjdk-docker/blob/master/8/jdk/alpine/Dockerfile.hotspot.releases.full#L64-L73

Please fix the tag to reflect the actual JDK version/build number.

also, you are linking to master branch on github - it will always show newest version commited. I am not sure how original versions are maintained, but I guess they are pushed on specific commit, @dinogun could oyu out some light on that ?

Great, thanks for the info.
I will use the 282 tag now.

also, you are linking to master branch on github - it will always show newest version commited. I am not sure how original versions are maintained, but I guess they are pushed on specific commit, @dinogun could oyu out some light on that ?

I mean here that when deploying given release (i.e. 8u272) it's happening on given commit I guess

The dockerhub page has been updated now with the correct tags.