From f2f773b668aa65af5f6e8ded2c11cccdbc5b2509 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Fri, 26 Apr 2024 11:26:38 -0400 Subject: [PATCH] Update images to Dockerfiles from commit 9fb6260b6a --- jenkins/pod-templates/cdt-full-pod-plus-eclipse-install.yaml | 2 +- jenkins/pod-templates/cdt-full-pod-small.yaml | 2 +- jenkins/pod-templates/cdt-full-pod-standard.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 f84000f1930..4ebb884d006 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:efa01be7dc63af2f239fff3ea929d2d79b07084983e9ab859eb480fcc17b5ba2 + image: quay.io/eclipse-cdt/cdt-infra-plus-eclipse-install@sha256:e66c27ced169ce69428c34b582842ecc268e40a905d3cc94246cead74e3fbf18 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 18f6b50c3a8..7d9838cea24 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:b892f93d8b2a2acbb6045438f8771790d31b4722040ca815d391b532cc796182 + image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:cfd0efca2d30f115b332dc2a328b618dac742c607d66da6a598573637a887d6f 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 3d901b200c6..3d02906a42a 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:b892f93d8b2a2acbb6045438f8771790d31b4722040ca815d391b532cc796182 + image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:cfd0efca2d30f115b332dc2a328b618dac742c607d66da6a598573637a887d6f tty: true args: ["/bin/sh", "-c", "/home/vnc/.vnc/xstartup.sh && cat"] resources: