Skip to content

Commit

Permalink
Update ubuntu Docker tag to oracular-20241120
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent b26524c commit 37adbeb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit 37adbeb

Please sign in to comment.