eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 721 forks source link

ubi-minimal-jre image not found for linux/amd64 #13534

Open santosh-m-code opened 3 years ago

santosh-m-code commented 3 years ago

Suddenly we only see linux/ppc64le images and other arch types images are not build for different tag except for nightly builds. Any specific reason ?

pshipton commented 3 years ago

Pls provide more details and links to explain the problem.

santosh-m-code commented 3 years ago

https://hub.docker.com/r/adoptopenjdk/openjdk11-openj9/tags?page=1&ordering=last_updated&name=ubi-minimal-jre

For ubi-minimal-jre-nightly we have all 3 OS/Arch images available linux/amd64, linux/ppc64le, linux/s390x. For ubi-minimal-jre we only have image for linux/ppc64le other 2 arch type images are missing.

image

pshipton commented 3 years ago

@AdamBrousseau not sure if this is a known issue or who we should tag.

AdamBrousseau commented 3 years ago

This is because of the point release. We recently released jdk 11.0.12+7 with OpenJ9 0.27.1 but only on aix and linux on ppc64le. Therefore, the latest release for linux on amd64 and s390x is still with OpenJ9 0.27.0. When the October refresh comes, we should be back to 1 image for all 3 architectures.

Does this clarify the issue and can it be closed?

AdamBrousseau commented 3 years ago

We have recently pushed IBM Semeru Runtime Open Edition unofficial UBI containers to DockerHub https://hub.docker.com/u/ibmsemeruruntime

We are working on adding the latest point release over the next day or 2 so we'll ensure that the latest tag works to get you the latest for whichever arch you are on. I'm not sure yet if these will be here long term (TBD) but the AdoptOopenJDK ones won't be there much longer either.