Skip to content

Commit

Permalink
Add Ubuntu 24.04 Noble (#534)
Browse files Browse the repository at this point in the history
* feat(config): add Ubuntu 24.04 Noble to build config #532

* build(config): deprecate building Ubuntu 22.04 images as of Java 23

As suggested by @gdams

Co-authored-by: George Adams <[email protected]>

* build(docs): make Ubuntu 24.04 Noble default for docs

As suggested by @gdams

---------

Co-authored-by: Martijn Verburg <[email protected]>
Co-authored-by: George Adams <[email protected]>
Co-authored-by: George Adams <[email protected]>
  • Loading branch information
4 people authored Jul 10, 2024
1 parent 73eaf31 commit d762761
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion config/hotspot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,20 @@
#

supported_distributions:
OS: [alpine, focal, jammy, ubi9-minimal, windowsservercore-1809, nanoserver-1809, windowsservercore-ltsc2022, nanoserver-ltsc2022]
OS: [alpine, focal, jammy, noble, ubi9-minimal, windowsservercore-1809, nanoserver-1809, windowsservercore-ltsc2022, nanoserver-ltsc2022]
Versions: [8, 11, 17, 21, 22]

configurations:
linux:
- directory: ubuntu/noble
image: ubuntu:24.04
architectures: [aarch64, arm, ppc64le, s390x, x64]
os: ubuntu

- directory: ubuntu/jammy
image: ubuntu:22.04
architectures: [aarch64, arm, ppc64le, s390x, x64]
deprecated: 23
os: ubuntu

- directory: ubuntu/focal
Expand Down
2 changes: 1 addition & 1 deletion dockerhub_doc_config_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ wget -q -O official-eclipse-temurin https://raw.githubusercontent.com/docker-lib

oses="alpine ubuntu ubi windowsservercore-ltsc2022 nanoserver-ltsc2022 windowsservercore-1809 nanoserver-1809"
# The image which is used by default when pulling shared tags on linux e.g 8-jdk
default_linux_image="jammy"
default_linux_image="noble"

git_repo="https://github.com/adoptium/containers/blob/master"

Expand Down

0 comments on commit d762761

Please sign in to comment.