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
216 stars 93 forks source link

jdk-20: Provide base image for Ubuntu Focal (20.04) #386

Closed esiqveland closed 1 year ago

esiqveland commented 1 year ago

I noticed that jdk-19 has a built for Focal (20.04): https://github.com/adoptium/containers/tree/main/19/jdk/ubuntu/focal

Will there be a build for jdk-20 as well?

tellison commented 1 year ago

@esiqveland apologies for the delay in responding to your question. Thanks for the question. We talked about this topic in the PMC meeting.

The decision to remove Focal (20.04) was a deliberate choice. We are now producing Temurin images at a range of JDK versions based upon Jammy (22.04), however, from Temurin JDK20 we are preparing ourselves (and our users!) for the end of support of Focal, and dropping production of Focal-based images that will be long term supported as part of the Temurin JDK21 releases, expected in September 2023.

We show instructions in the eclipse-temurin image description of how you can move our images to use a base image of your choice.