diff --git a/jenkins/pod-templates/cdt-full-pod-plus-eclipse-install.yaml b/jenkins/pod-templates/cdt-full-pod-plus-eclipse-install.yaml index 3e7f1ef..98dc4b7 100644 --- a/jenkins/pod-templates/cdt-full-pod-plus-eclipse-install.yaml +++ b/jenkins/pod-templates/cdt-full-pod-plus-eclipse-install.yaml @@ -3,7 +3,7 @@ kind: Pod spec: containers: - name: cdt - image: quay.io/eclipse-cdt/cdt-infra-plus-eclipse-install@sha256:bd6ac672e03661895a2736276deabee218f8739f4445c13adbdb90d7206204dd + image: quay.io/eclipse-cdt/cdt-infra-plus-eclipse-install@sha256:bab69db09262d0ddd0f44a52b099fc302b8f698029d8fede1149cfc5059fea82 tty: true args: ["/bin/sh", "-c", "/home/vnc/.vnc/xstartup.sh && cat"] resources: diff --git a/jenkins/pod-templates/cdt-full-pod-small.yaml b/jenkins/pod-templates/cdt-full-pod-small.yaml index 8ad61f6..4db19c0 100644 --- a/jenkins/pod-templates/cdt-full-pod-small.yaml +++ b/jenkins/pod-templates/cdt-full-pod-small.yaml @@ -3,7 +3,7 @@ kind: Pod spec: containers: - name: cdt - image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:2346dd2b113146dab04ec51344e68b15a93352b4e495745ecbd9f061a4bee9b0 + image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:7c5fc2937b6410bc11b67c3d077cf9b38fd1dae7174d994b442804afe86c2833 tty: true args: ["/bin/sh", "-c", "/home/vnc/.vnc/xstartup.sh && cat"] resources: diff --git a/jenkins/pod-templates/cdt-full-pod-standard.yaml b/jenkins/pod-templates/cdt-full-pod-standard.yaml index 1d0af05..1628808 100644 --- a/jenkins/pod-templates/cdt-full-pod-standard.yaml +++ b/jenkins/pod-templates/cdt-full-pod-standard.yaml @@ -3,7 +3,7 @@ kind: Pod spec: containers: - name: cdt - image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:2346dd2b113146dab04ec51344e68b15a93352b4e495745ecbd9f061a4bee9b0 + image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:7c5fc2937b6410bc11b67c3d077cf9b38fd1dae7174d994b442804afe86c2833 tty: true args: ["/bin/sh", "-c", "/home/vnc/.vnc/xstartup.sh && cat"] resources: