Skip to content

Commit

Permalink
Update docker image to Java 21 by default (#312)
Browse files Browse the repository at this point in the history
This synchronizes cdt-lsp to eclipse-cdt/cdt#767
and makes the JIPP behave the same as GitHub actions that was
changed in #304
  • Loading branch information
jonahgraham committed Apr 30, 2024
1 parent 1d67a19 commit e5ff875
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Pod
spec:
containers:
- name: cdt
image: quay.io/eclipse-cdt/cdt-infra-plus-eclipse-install@sha256:efa01be7dc63af2f239fff3ea929d2d79b07084983e9ab859eb480fcc17b5ba2
image: quay.io/eclipse-cdt/cdt-infra-plus-eclipse-install@sha256:87cf4b58119836c1a784a049b3eaafe79ab1acd4c88455cd2cd41e5e31f0b900
tty: true
args: ["/bin/sh", "-c", "/home/vnc/.vnc/xstartup.sh && cat"]
resources:
Expand Down

0 comments on commit e5ff875

Please sign in to comment.