Skip to content

Commit

Permalink
fix(Windows): set JDK17 as default JDK (#1773)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Nov 6, 2023
1 parent 8cedc06 commit f004292
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ updates:
# Windows

- package-ecosystem: docker
directory: "11/windows/windowsservercore-2019/hotspot"
directory: "17/windows/windowsservercore-2019/hotspot"
schedule:
interval: weekly
open-pull-requests-limit: 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# escape=`
ARG JAVA_VERSION=11.0.21_9
ARG JAVA_VERSION=17.0.8.1_1
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-windowsservercore-1809
# hadolint shell=powershell

Expand Down
9 changes: 0 additions & 9 deletions updatecli/updatecli.d/jdk11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,6 @@ targets:
keyword: ARG
matcher: JAVA_VERSION
scmid: default
setJDK11VersionWindows:
name: "Bump JDK11 version for Linux images in the Windows Dockerfile"
kind: dockerfile
spec:
file: 11/windows/windowsservercore-2019/hotspot/Dockerfile
instruction:
keyword: ARG
matcher: JAVA_VERSION
scmid: default

actions:
default:
Expand Down
9 changes: 9 additions & 0 deletions updatecli/updatecli.d/jdk17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,15 @@ targets:
keyword: ARG
matcher: JAVA_VERSION
scmid: default
setJDK17VersionWindows:
name: "Bump JDK17 version for Linux images in the Windows Dockerfile"
kind: dockerfile
spec:
file: 17/windows/windowsservercore-2019/hotspot/Dockerfile
instruction:
keyword: ARG
matcher: JAVA_VERSION
scmid: default

actions:
default:
Expand Down

0 comments on commit f004292

Please sign in to comment.