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 1939c7e
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed May 2, 2022
1 parent 1939c7e commit d2ea2aa
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: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:
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: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:
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: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:
Expand Down

0 comments on commit d2ea2aa

Please sign in to comment.