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

Update ubuntu Docker tag to oracular-20241120 #6907

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion checker/bin-devel/Dockerfile-ubuntu-jdk21
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# "ubuntu" is the latest LTS release. "ubuntu:rolling" is the latest release.
# Both might lag behind; as of 2024-11-16, ubuntu:rolling was still 24.04 rather than 24.10.
FROM ubuntu:24.10
FROM ubuntu:oracular-20241120
LABEL org.opencontainers.image.authors="Michael Ernst <[email protected]>"

# According to
Expand Down
2 changes: 1 addition & 1 deletion checker/bin-devel/Dockerfile-ubuntu-jdk21-plus
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# "ubuntu" is the latest LTS release. "ubuntu:rolling" is the latest release.
# Both might lag behind; as of 2024-11-16, ubuntu:rolling was still 24.04 rather than 24.10.
FROM ubuntu:24.10
FROM ubuntu:oracular-20241120
LABEL org.opencontainers.image.authors="Michael Ernst <[email protected]>"

## Keep this file in sync with ../../docs/manual/troubleshooting.tex
Expand Down
2 changes: 1 addition & 1 deletion checker/bin-devel/Dockerfile-ubuntu-jdk23
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See releases at https://hub.docker.com/_/ubuntu for available images.
# See https://packages.ubuntu.com/search?suite=default&section=all&arch=any&keywords=openjdk-23-jdk&searchon=names
# to see what Ubuntu versions support a particular OpenJDK version.
FROM ubuntu:oracular
FROM ubuntu:oracular-20241120
LABEL org.opencontainers.image.authors="Michael Ernst <[email protected]>"

# According to
Expand Down
2 changes: 1 addition & 1 deletion checker/bin-devel/Dockerfile-ubuntu-jdk23-plus
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See releases at https://hub.docker.com/_/ubuntu for available images.
# See https://packages.ubuntu.com/search?suite=default&section=all&arch=any&keywords=openjdk-23-jdk&searchon=names
# to see what Ubuntu versions support a particular OpenJDK version.
FROM ubuntu:oracular
FROM ubuntu:oracular-20241120
LABEL org.opencontainers.image.authors="Michael Ernst <[email protected]>"

# According to
Expand Down