-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ubuntu Docker tag to oracular-20241120
- Loading branch information
1 parent
b26524c
commit 37adbeb
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
# See releases at https://hub.docker.com/_/ubuntu for available images. | ||
# See https://packages.ubuntu.com/search?suite=default§ion=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
# See releases at https://hub.docker.com/_/ubuntu for available images. | ||
# See https://packages.ubuntu.com/search?suite=default§ion=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 | ||
|