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 3c1682a
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Jan 29, 2022
1 parent 3c1682a commit 69e9507
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -3,7 +3,7 @@ kind: Pod
spec:
containers:
- name: cdt
image: quay.io/eclipse-cdt/cdt-infra-plus-eclipse-install@sha256:f84e61b5c4062fe23487320066de6baeaae5852b9792541704b200321fc6c780
image: quay.io/eclipse-cdt/cdt-infra-plus-eclipse-install@sha256:1fa12fd1ea0288c705830a5f6a5f68196f462ec16fe895fa5eb8de403c8fe91b
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
Expand Up @@ -3,7 +3,7 @@ kind: Pod
spec:
containers:
- name: cdt
image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:04254947869879df657fbcbefd44c66fdc022c5b2148b87f143c58fb77480eaa
image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:b56b314559faca765805755208651fc89a42386aa9400face4bf2f998c5256b5
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
Expand Up @@ -3,7 +3,7 @@ kind: Pod
spec:
containers:
- name: cdt
image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:04254947869879df657fbcbefd44c66fdc022c5b2148b87f143c58fb77480eaa
image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:b56b314559faca765805755208651fc89a42386aa9400face4bf2f998c5256b5
tty: true
args: ["/bin/sh", "-c", "/home/vnc/.vnc/xstartup.sh && cat"]
resources:
Expand Down

0 comments on commit 69e9507

Please sign in to comment.