Skip to content

Commit 1b40ec0

Browse files
Merge pull request #202 from openshift/konflux/references/release-1.0
NO-JIRA: Update Konflux references
2 parents 8f01fab + c5b378a commit 1b40ec0

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

.tekton/multi-arch-build-pipeline.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ spec:
102102
default: docker
103103
type: string
104104
description: The format for the resulting image's mediaType. Valid values are oci or docker.
105+
- name: enable-cache-proxy
106+
default: 'false'
107+
description: Enable cache proxy configuration
108+
type: string
105109
results:
106110
- description: ""
107111
name: IMAGE_URL
@@ -124,12 +128,14 @@ spec:
124128
value: $(params.rebuild)
125129
- name: skip-checks
126130
value: $(params.skip-checks)
131+
- name: enable-cache-proxy
132+
value: $(params.enable-cache-proxy)
127133
taskRef:
128134
params:
129135
- name: name
130136
value: init
131137
- name: bundle
132-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
138+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
133139
- name: kind
134140
value: task
135141
resolver: bundles
@@ -150,7 +156,7 @@ spec:
150156
- name: name
151157
value: git-clone-oci-ta
152158
- name: bundle
153-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
159+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
154160
- name: kind
155161
value: task
156162
resolver: bundles
@@ -226,6 +232,10 @@ spec:
226232
value: "true"
227233
- name: BUILDAH_FORMAT
228234
value: $(params.buildah-format)
235+
- name: HTTP_PROXY
236+
value: $(tasks.init.results.http-proxy)
237+
- name: NO_PROXY
238+
value: $(tasks.init.results.no-proxy)
229239
runAfter:
230240
- prefetch-dependencies
231241
taskRef:
@@ -343,7 +353,7 @@ spec:
343353
- name: name
344354
value: clair-scan
345355
- name: bundle
346-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
356+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
347357
- name: kind
348358
value: task
349359
resolver: bundles

.tekton/single-arch-build-pipeline.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ spec:
121121
- name: name
122122
value: init
123123
- name: bundle
124-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
124+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
125125
- name: kind
126126
value: task
127127
resolver: bundles
@@ -142,7 +142,7 @@ spec:
142142
- name: name
143143
value: git-clone-oci-ta
144144
- name: bundle
145-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
145+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
146146
- name: kind
147147
value: task
148148
resolver: bundles
@@ -323,7 +323,7 @@ spec:
323323
- name: name
324324
value: clair-scan
325325
- name: bundle
326-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
326+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
327327
- name: kind
328328
value: task
329329
resolver: bundles

0 commit comments

Comments
 (0)