adoptium / containers

Repo containing the dockerfiles and scripts to produce the official eclipse-temurin containers.
https://hub.docker.com/_/eclipse-temurin/
Apache License 2.0
204 stars 87 forks source link

Ubuntu Noble flavor? #532

Open poikilotherm opened 2 months ago

poikilotherm commented 2 months ago

Please add the exact image (with tag) that you are using

eclipse-temurin:17-jre

Please add the version of Docker you are running

26.0.0

What happened?

I cannot yet use Ubuntu Noble (24.04 LTS), which is going to be released on April 25, for pre-release testing of my application.

Would a pull request to add Noble to config/hotspot.yml be welcome?

Relevant log output

No response

karianna commented 2 months ago

@poikilotherm That would be good thank you.

sxa commented 2 months ago

Adding pmc agenda label based on my comment in the PR so it should get discussed next week 😀

gdams commented 2 months ago

Noting that Ubuntu Noble goes GA on the 25th April.

tellison commented 2 months ago

The PMC discussed this request on 24 March. The conclusion was that temurin will continue to support Docker official base images and we there fore expect Noble to be supported in the corresponding release cycle.

trandersen-ufst commented 2 months ago

The PMC discussed this request on 24 March. The conclusion was that temurin will continue to support Docker official base images and we there fore expect Noble to be supported in the corresponding release cycle.

@tellison I am trying to find out when that will be for my team to prioritize. If I understand https://adoptium.net/support/#_release_roadmap correctly, that would be up to three weeks after the OpenJDK project releases a security update. This has just happened, so next time is in July and therefore the 24.04 docker images can be expected to show up in the middle of August. Is this correct?

tellison commented 2 months ago

I am trying to find out when that will be for my team to prioritize. If I understand https://adoptium.net/support/#_release_roadmap correctly, that would be up to three weeks after the OpenJDK project releases a security update. This has just happened, so next time is in July and therefore the 24.04 docker images can be expected to show up in the middle of August. Is this correct?

In theory, that logic is correct. However, we discussed in the PMC the ability to do an out of cycle publication of Noble-based official images.

The plan is to run our Temurin AQAvit tests on a Noble image, and if all looks good we would go ahead and publish a new Temurin official image based upon that. The tests should not take too long, but I can't give you a specific timeline to completion since the work is not yet scheduled.

You can follow the request to test as https://github.com/adoptium/aqa-tests/issues/5271 which is a prereq to updating the dockerfiles etc.

trandersen-ufst commented 2 months ago

@tellison Thank you for the full explanation. This sound like a good way to handle the situation. I have subscribed to the request to test as suggested.