Skip to content

Commit

Permalink
Update images to Dockerfiles from commit 9fb6260
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Apr 26, 2024
1 parent 9fb6260 commit f2f773b
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: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:
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: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:
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: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:
Expand Down

0 comments on commit f2f773b

Please sign in to comment.