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 ee6343f..74a37de 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:84e5a356ac17915d5532ca3c3e91fbe0daf3f36ef21998d00865568e26af8da2 + image: quay.io/eclipse-cdt/cdt-infra-plus-eclipse-install@sha256:0ea4716baad17763e6558288310aaca30be92b4db132674f8c83a32c9359b4d4 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 db4ae39..c4ac5f9 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:0f751a4f3b5ceeea49ee9043dc9556e42729b1c2df003f6a2d21d79607a85b78 + image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:6d482e6434c89ab7b7cf62b125cda2f7b5213ec81213f669440a6f774b54f581 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 b814567..c7bd4a3 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:0f751a4f3b5ceeea49ee9043dc9556e42729b1c2df003f6a2d21d79607a85b78 + image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:6d482e6434c89ab7b7cf62b125cda2f7b5213ec81213f669440a6f774b54f581 tty: true args: ["/bin/sh", "-c", "/home/vnc/.vnc/xstartup.sh && cat"] resources: