Skip to content

Commit bf532d5

Browse files
authored
Merge pull request #143 from joejstuart/debug2
update
2 parents 8ec595b + d0531a5 commit bf532d5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tasks/verify-enterprise-contract/0.1/verify-enterprise-contract.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)