Skip to content

Commit acc593d

Browse files
committed
Update docker image to Java 21 by default
This synchronizes cdt-lsp to eclipse-cdt/cdt#767 and makes the JIPP behave the same as GitHub actions that was changed in eclipse-cdt#304
1 parent 1d67a19 commit acc593d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/pod-templates/cdt-full-pod-plus-eclipse-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Pod
33
spec:
44
containers:
55
- name: cdt
6-
image: quay.io/eclipse-cdt/cdt-infra-plus-eclipse-install@sha256:efa01be7dc63af2f239fff3ea929d2d79b07084983e9ab859eb480fcc17b5ba2
6+
image: quay.io/eclipse-cdt/cdt-infra-plus-eclipse-install@sha256:87cf4b58119836c1a784a049b3eaafe79ab1acd4c88455cd2cd41e5e31f0b900
77
tty: true
88
args: ["/bin/sh", "-c", "/home/vnc/.vnc/xstartup.sh && cat"]
99
resources:

0 commit comments

Comments
 (0)