Skip to content

Commit

Permalink
updatecli
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Mar 27, 2024
1 parent 4a9e5c3 commit 0244410
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions updatecli/updatecli.d/jdk11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ targets:
file: build-windows.yaml
key: $.services.jdk11.build.args.JAVA_VERSION
scmid: default

actions:
default:
kind: github/pullrequest
Expand Down
8 changes: 8 additions & 0 deletions updatecli/updatecli.d/jdk17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ targets:
file: docker-bake.hcl
path: variable.JAVA17_VERSION.default
scmid: default
setJDK17VersionDockerCompose:
name: "Bump JDK17 version for Windows images in the build-windows.yaml file"
kind: yaml
sourceid: jdk17LastVersion
spec:
file: build-windows.yaml
key: $.services.jdk17.build.args.JAVA_VERSION
scmid: default
setJDK17VersionAlpine:
name: "Bump JDK17 default ARG version on Alpine Dockerfile"
kind: dockerfile
Expand Down
8 changes: 8 additions & 0 deletions updatecli/updatecli.d/jdk21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ targets:
file: docker-bake.hcl
path: variable.JAVA21_VERSION.default
scmid: default
setJDK21VersionDockerCompose:
name: "Bump JDK21 version for Windows images in the build-windows.yaml file"
kind: yaml
sourceid: jdk21LastVersion
spec:
file: build-windows.yaml
key: $.services.jdk21.build.args.JAVA_VERSION
scmid: default

actions:
default:
Expand Down

0 comments on commit 0244410

Please sign in to comment.