Skip to content

Commit

Permalink
chore(updatecli/jdk21) only update Docker Bake file but not Dockerfil…
Browse files Browse the repository at this point in the history
…es as JDK17 is still the default

Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed Mar 27, 2024
1 parent 642c030 commit 83db53f
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions updatecli/updatecli.d/jdk21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sources:
spec:
versionfilter:
kind: regex
pattern: {{ .temurin.version_pattern }}
pattern: '{{ .temurin.version_pattern }}'
transformers:
- trimprefix: "jdk-"
- replacer:
Expand Down Expand Up @@ -77,26 +77,6 @@ targets:
file: docker-bake.hcl
path: variable.JAVA21_VERSION.default
scmid: default
setJDK21VersionAlpine:
name: "Bump JDK21 default ARG version on Alpine Dockerfile"
kind: dockerfile
sourceid: jdk21LastVersion
spec:
file: alpine/Dockerfile
instruction:
keyword: ARG
matcher: JAVA_VERSION
scmid: default
setJDK21VersionDebian:
name: "Bump JDK21 default ARG version on Debian Dockerfile"
kind: dockerfile
sourceid: jdk21LastVersion
spec:
file: debian/Dockerfile
instruction:
keyword: ARG
matcher: JAVA_VERSION
scmid: default

actions:
default:
Expand Down

0 comments on commit 83db53f

Please sign in to comment.