Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ubuntu 24.04 Noble #534

Merged
merged 7 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]
poikilotherm marked this conversation as resolved.
Show resolved Hide resolved
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
Loading