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 Windows Server 2025 variant #544

Merged
merged 1 commit into from
Jan 22, 2025
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
65 changes: 65 additions & 0 deletions 24/jdk/windows/windowsservercore-ltsc2025/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 65 additions & 0 deletions 25/jdk/windows/windowsservercore-ltsc2025/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slim-bookworm",
"bullseye",
"slim-bullseye",
"windows/windowsservercore-ltsc2025",
"windows/windowsservercore-ltsc2022",
"windows/windowsservercore-1809",
"windows/nanoserver-1809"
Expand Down Expand Up @@ -53,6 +54,7 @@
"slim-bookworm",
"bullseye",
"slim-bullseye",
"windows/windowsservercore-ltsc2025",
"windows/windowsservercore-ltsc2022",
"windows/windowsservercore-1809",
"windows/nanoserver-1809"
Expand Down
1 change: 1 addition & 0 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ for version in "${versions[@]}"; do
| "alpine" + . else empty end,
if $doc.jdk.arches | keys | any(startswith("windows-")) then
(
"ltsc2025",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's interesting and mostly orthogonal that we didn't add any Nano Server past 1809 here -- something worth digging into later, maybe.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it's something like docker-library/mongo#720 (comment) 😬 🙈

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After we merge this, maybe we can try adding them back again so we can add useful comments.

"ltsc2022",
"1809",
empty
Expand Down
Loading