Skip to content

Commit

Permalink
adapt jdk11 updatecli manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Mar 23, 2024
1 parent 4b74737 commit c2b5bcb
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions updatecli/updatecli.d/jdk11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,26 +64,6 @@ conditions:
image: eclipse-temurin

targets:
setJDK11VersionNanoServer:
name: "Bump JDK11 default ARG version on Windows NanoServer Dockerfile"
kind: dockerfile
sourceid: jdk11LastVersion
spec:
file: windows/nanoserver-ltsc2019/Dockerfile
instruction:
keyword: ARG
matcher: JAVA_VERSION
scmid: default
setJDK11VersionServerCore:
name: "Bump JDK11 default ARG version on Windows Server Core Dockerfile"
kind: dockerfile
sourceid: jdk11LastVersion
spec:
file: windows/windowsservercore-ltsc2019/Dockerfile
instruction:
keyword: ARG
matcher: JAVA_VERSION
scmid: default
setJDK11VersionDockerBake:
name: "Bump JDK11 version for Linux images in the docker-bake.hcl file"
kind: hcl
Expand All @@ -92,6 +72,14 @@ targets:
file: docker-bake.hcl
path: variable.JAVA11_VERSION.default
scmid: default
setJDK11VersionDockerCompose:
name: "Bump JDK11 version for Windows images in the build-windows.yaml file"
kind: yaml
sourceid: jdk11LastVersion
spec:
file: build-windows.yaml
key: $.services.jdk11.build.args.JAVA_VERSION
scmid: default
actions:
default:
kind: github/pullrequest
Expand Down

0 comments on commit c2b5bcb

Please sign in to comment.