Skip to content

Commit

Permalink
Merge pull request #494 from dduportal/chore/fix-updatecli-windows
Browse files Browse the repository at this point in the history
chore(updatecli) fixup of #459 for JDK11 and JDK11 manifests
  • Loading branch information
dduportal authored Sep 8, 2023
2 parents 347ba7e + 0bb6ab1 commit 2111d56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
11 changes: 2 additions & 9 deletions updatecli/updatecli.d/jdk11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,19 +95,12 @@ targets:
file: docker-bake.hcl
path: variable.JAVA11_VERSION.default
scmid: default
setJDK11VersionWindowsNanoserver:
setJDK11VersionWindows:
name: "Bump JDK11 version on Windows Nanoserver image"
kind: yaml
spec:
file: build-windows.yaml
key: $.services.jdk11-nanoserver.build.args.JAVA_VERSION
scmid: default
setJDK11VersionWindowsServer:
name: "Bump JDK11 version on Windows Server image"
kind: yaml
spec:
file: build-windows.yaml
key: $.services.jdk11-windowsservercore.build.args.JAVA_VERSION
key: $.services.jdk11.build.args.JAVA_VERSION
scmid: default

actions:
Expand Down
11 changes: 2 additions & 9 deletions updatecli/updatecli.d/jdk17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,19 +113,12 @@ targets:
keyword: ARG
matcher: JAVA_VERSION
scmid: default
setJDK17VersionWindowsNanoserver:
setJDK17VersionWindows:
name: "Bump JDK17 version on Windows Nanoserver image"
kind: yaml
spec:
file: build-windows.yaml
key: $.services.jdk17-nanoserver.build.args.JAVA_VERSION
scmid: default
setJDK17VersionWindowsServer:
name: "Bump JDK17 version on Windows Server image"
kind: yaml
spec:
file: build-windows.yaml
key: $.services.jdk17-windowsservercore.build.args.JAVA_VERSION
key: $.services.jdk17.build.args.JAVA_VERSION
scmid: default

actions:
Expand Down

0 comments on commit 2111d56

Please sign in to comment.