Skip to content

Commit bb0f468

Browse files
Update Konflux references (#930)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent b0a431c commit bb0f468

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.tekton/pipeline-ref.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ spec:
2929
name: output-image
3030
type: string
3131
- default: .
32-
description: Path to the source code of an application's component from where
33-
to build image.
32+
description: Path to the source code of an application's component from where to build image.
3433
name: path-context
3534
type: string
3635
- default: Dockerfile
37-
description: Path to the Dockerfile inside the context specified by parameter
38-
path-context
36+
description: Path to the Dockerfile inside the context specified by parameter path-context
3937
name: dockerfile
4038
type: string
4139
- default: "false"
@@ -59,8 +57,7 @@ spec:
5957
name: java
6058
type: string
6159
- default: ""
62-
description: Image tag expiration time, time values could be something like
63-
1h, 2d, 3w for hours, days, and weeks, respectively.
60+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
6461
name: image-expires-after
6562
- default: "true"
6663
description: Build a source image.
@@ -155,7 +152,7 @@ spec:
155152
- name: name
156153
value: prefetch-dependencies-oci-ta
157154
- name: bundle
158-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:a1ddc34bf0a169bb2e64a98caf9027b66af8fc66a3a60f71bb451ce36af6a399
155+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:f10a4841e6f75fbb314b1d8cbf14f652499c1fe7f59e59aed59f7431c680aa17
159156
- name: kind
160157
value: task
161158
resolver: bundles
@@ -208,7 +205,7 @@ spec:
208205
- name: name
209206
value: buildah-remote-oci-ta
210207
- name: bundle
211-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:5b8d51fa889cdac873750904c3fccc0cca1c4f65af16902ebb2b573151f80657
208+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:5b8d51fa889cdac873750904c3fccc0cca1c4f65af16902ebb2b573151f80657
212209
- name: kind
213210
value: task
214211
resolver: bundles
@@ -249,17 +246,19 @@ spec:
249246
- name: build-source-image
250247
params:
251248
- name: BINARY_IMAGE
252-
value: $(params.output-image)
249+
value: $(tasks.build-image-index.results.IMAGE_URL)
253250
- name: SOURCE_ARTIFACT
254251
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
252+
- name: BINARY_IMAGE_DIGEST
253+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
255254
runAfter:
256255
- build-image-index
257256
taskRef:
258257
params:
259258
- name: name
260259
value: source-build-oci-ta
261260
- name: bundle
262-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
261+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
263262
- name: kind
264263
value: task
265264
resolver: bundles
@@ -349,7 +348,7 @@ spec:
349348
- name: name
350349
value: ecosystem-cert-preflight-checks
351350
- name: bundle
352-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
351+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:abbe195626eec925288df6425679559025d1be4af5ae70ca6dbbcb49ad3bf08b
353352
- name: kind
354353
value: task
355354
resolver: bundles

0 commit comments

Comments
 (0)