From 2df4e93371b96e467dc87723962aa10eb857dc0c Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 18 Dec 2024 15:03:33 -0500 Subject: [PATCH] Update images to Dockerfiles from commit ba8a6b50cb --- .github/workflows/code-cleanliness.yml | 2 +- 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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code-cleanliness.yml b/.github/workflows/code-cleanliness.yml index 154df9dc2fb..eb04ca4a40e 100644 --- a/.github/workflows/code-cleanliness.yml +++ b/.github/workflows/code-cleanliness.yml @@ -13,7 +13,7 @@ jobs: - name: Run Check Code Cleanliness with Docker uses: addnab/docker-run-action@v3 with: - image: quay.io/eclipse-cdt/cdt-infra-github@sha256:6949adee26f78e9968e16d52bc3accfd7b51d0f16c473ad4b6f1caee849ab519 + image: quay.io/eclipse-cdt/cdt-infra-github@sha256:3d745b7b84e3f9f9492cc1d280ea3b44028a92c7e9748d1ea8771fed211b5dc4 options: -v ${{ github.workspace }}:/work run: | set -x 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 8d2e7b698e4..6ad3faa46cd 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-jipp@sha256:34d46fc15cdade4f103d3f1043c48441d41b532545e6b9083c17f5db0175bbab + image: quay.io/eclipse-cdt/cdt-infra-jipp@sha256:bbaf981ce45baebac4c2fe6b05d85e4f2c0f2c74005e6e648e32827801f35abc 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 ec02996c5cf..a10b5e41c21 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-jipp@sha256:ecde22ac03cfb4dc7c47b8f5e8f72f9e53ac325d3d568f1bd21fc7af76dc9ed0 + image: quay.io/eclipse-cdt/cdt-infra-jipp@sha256:bbaf981ce45baebac4c2fe6b05d85e4f2c0f2c74005e6e648e32827801f35abc 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 e601f7a270d..ef7859835bd 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-jipp@sha256:ecde22ac03cfb4dc7c47b8f5e8f72f9e53ac325d3d568f1bd21fc7af76dc9ed0 + image: quay.io/eclipse-cdt/cdt-infra-jipp@sha256:bbaf981ce45baebac4c2fe6b05d85e4f2c0f2c74005e6e648e32827801f35abc tty: true args: ["/bin/sh", "-c", "/home/vnc/.vnc/xstartup.sh && cat"] resources: