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 dd95d63
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Jul 19, 2022
1 parent dd95d63 commit f1f2fc3
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:a609c40207b388af82c923354c6c48e517db632f107c5f47bb3f28c2e58f4dcd
image: quay.io/eclipse-cdt/cdt-infra-plus-eclipse-install@sha256:3d93631c6f38b5706a9e27f22866ecd58bacc407caad04f034d476b86f452c67
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:c2006572bfc34134ea4d364fcdbed0d622801b6f9647f2e6945c65cf97a2b450
image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:4019498cc03d7fade3e578f61ee392f70717920a675d170049fa1282d64782a7
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:c2006572bfc34134ea4d364fcdbed0d622801b6f9647f2e6945c65cf97a2b450
image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:4019498cc03d7fade3e578f61ee392f70717920a675d170049fa1282d64782a7
tty: true
args: ["/bin/sh", "-c", "/home/vnc/.vnc/xstartup.sh && cat"]
resources:
Expand Down

0 comments on commit f1f2fc3

Please sign in to comment.