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 1f690ab..e85b902 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:1fa12fd1ea0288c705830a5f6a5f68196f462ec16fe895fa5eb8de403c8fe91b + image: quay.io/eclipse-cdt/cdt-infra-plus-eclipse-install@sha256:ad2ac0ae1eb4b388ca72789e75967e103e2ef0be7a5d62720e1f6045a3917bde 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 7439c78..05a48b8 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:b56b314559faca765805755208651fc89a42386aa9400face4bf2f998c5256b5 + image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:aa886b28a90217bdee863dc2e460e2a7dde4383a9b554b3532cfdfc79be4fd23 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 baaa87e..2f86ff0 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:b56b314559faca765805755208651fc89a42386aa9400face4bf2f998c5256b5 + image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:aa886b28a90217bdee863dc2e460e2a7dde4383a9b554b3532cfdfc79be4fd23 tty: true args: ["/bin/sh", "-c", "/home/vnc/.vnc/xstartup.sh && cat"] resources: