Skip to content

Commit f8cf8fa

Browse files
chore(updatecli): remove docker compose target from JDK17 manifest (#2192)
This PR removes Windows Docker Compose target for JDK17 manifest as it does not contain JDK17 image definition anymore.
1 parent 487c134 commit f8cf8fa

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

updatecli/updatecli.d/jdk17.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ conditions:
3838
- windows/x64
3939

4040
targets:
41-
## Global config files
41+
## Global config file
4242
setJDK17VersionDockerBake:
4343
name: "Bump JDK17 version for Linux images in the docker-bake.hcl file"
4444
kind: hcl
@@ -50,18 +50,6 @@ targets:
5050
file: docker-bake.hcl
5151
path: variable.JAVA17_VERSION.default
5252
scmid: default
53-
setJDK17VersionWindowsDockerCompose:
54-
name: "Bump JDK17 version in build-windows.yaml"
55-
kind: yaml
56-
transformers:
57-
- replacer:
58-
from: "+"
59-
to: "_"
60-
spec:
61-
files:
62-
- build-windows.yaml
63-
key: $.services.jdk17.build.args.JAVA_VERSION
64-
scmid: default
6553
## Dockerfiles
6654
setJDK17Version:
6755
name: "Bump JDK17 version in Dockerfiles"

0 commit comments

Comments
 (0)