From d2ea2aa54f5a265bf87d9799dac34dd1128389b4 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Mon, 2 May 2022 14:18:30 -0400 Subject: [PATCH] Update images to Dockerfiles from commit 1939c7e --- 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 e85b902..6ae8c58 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:ad2ac0ae1eb4b388ca72789e75967e103e2ef0be7a5d62720e1f6045a3917bde + image: quay.io/eclipse-cdt/cdt-infra-plus-eclipse-install@sha256:a609c40207b388af82c923354c6c48e517db632f107c5f47bb3f28c2e58f4dcd 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 05a48b8..368aaa3 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:aa886b28a90217bdee863dc2e460e2a7dde4383a9b554b3532cfdfc79be4fd23 + image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:c2006572bfc34134ea4d364fcdbed0d622801b6f9647f2e6945c65cf97a2b450 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 2f86ff0..942430f 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:aa886b28a90217bdee863dc2e460e2a7dde4383a9b554b3532cfdfc79be4fd23 + image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:c2006572bfc34134ea4d364fcdbed0d622801b6f9647f2e6945c65cf97a2b450 tty: true args: ["/bin/sh", "-c", "/home/vnc/.vnc/xstartup.sh && cat"] resources: