File tree Expand file tree Collapse file tree
tasks/verify-enterprise-contract/0.1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,12 +121,12 @@ spec:
121121
122122 steps :
123123 - name : version
124- image : quay.io/enterprise-contract /ec-cli:snapshot
124+ image : quay.io/jstuart /ec-cli:snapshot
125125 command : [ec]
126126 args :
127127 - version
128128 - name : initialize-tuf
129- image : quay.io/enterprise-contract /ec-cli:snapshot
129+ image : quay.io/jstuart /ec-cli:snapshot
130130 script : |-
131131 set -euo pipefail
132132
@@ -142,7 +142,7 @@ spec:
142142 - name : TUF_MIRROR
143143 value : " $(params.TUF_MIRROR)"
144144 - name : validate
145- image : quay.io/enterprise-contract /ec-cli:snapshot
145+ image : quay.io/jstuart /ec-cli:snapshot
146146 command : [ec]
147147 args :
148148 - validate
@@ -190,23 +190,23 @@ spec:
190190 limits :
191191 memory : 2Gi
192192 - name : report
193- image : quay.io/enterprise-contract /ec-cli:snapshot
193+ image : quay.io/jstuart /ec-cli:snapshot
194194 command : [cat]
195195 args :
196196 - " $(params.HOMEDIR)/report.yaml"
197197 - name : report-json
198- image : quay.io/enterprise-contract /ec-cli:snapshot
198+ image : quay.io/jstuart /ec-cli:snapshot
199199 command : [cat]
200200 args :
201201 - " $(params.HOMEDIR)/report-json.json"
202202 - name : summary
203- image : quay.io/enterprise-contract /ec-cli:snapshot
203+ image : quay.io/jstuart /ec-cli:snapshot
204204 command : [jq]
205205 args :
206206 - " ."
207207 - " $(results.TEST_OUTPUT.path)"
208208 - name : assert
209- image : quay.io/enterprise-contract /ec-cli:snapshot
209+ image : quay.io/jstuart /ec-cli:snapshot
210210 command : [jq]
211211 args :
212212 - " --argjson"
You can’t perform that action at this time.
0 commit comments