Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Update images to Dockerfiles from commit 8096da4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Jul 20, 2022
1 parent 8096da4 commit 7df58ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Pod
spec:
containers:
- name: cdt
image: quay.io/eclipse-cdt/cdt-infra-plus-eclipse-install@sha256:3d93631c6f38b5706a9e27f22866ecd58bacc407caad04f034d476b86f452c67
image: quay.io/eclipse-cdt/cdt-infra-plus-eclipse-install@sha256:efa01be7dc63af2f239fff3ea929d2d79b07084983e9ab859eb480fcc17b5ba2
tty: true
args: ["/bin/sh", "-c", "/home/vnc/.vnc/xstartup.sh && cat"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion jenkins/pod-templates/cdt-full-pod-small.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Pod
spec:
containers:
- name: cdt
image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:4019498cc03d7fade3e578f61ee392f70717920a675d170049fa1282d64782a7
image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:b892f93d8b2a2acbb6045438f8771790d31b4722040ca815d391b532cc796182
tty: true
args: ["/bin/sh", "-c", "/home/vnc/.vnc/xstartup.sh && cat"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion jenkins/pod-templates/cdt-full-pod-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Pod
spec:
containers:
- name: cdt
image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:4019498cc03d7fade3e578f61ee392f70717920a675d170049fa1282d64782a7
image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:b892f93d8b2a2acbb6045438f8771790d31b4722040ca815d391b532cc796182
tty: true
args: ["/bin/sh", "-c", "/home/vnc/.vnc/xstartup.sh && cat"]
resources:
Expand Down

0 comments on commit 7df58ca

Please sign in to comment.