Skip to content

Commit af6b58a

Browse files
authored
Merge pull request #304 from openshift-knative/konflux/references/release-v1.15
Update Konflux references
2 parents bcd698d + 61ca536 commit af6b58a

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

.tekton/docker-build.yaml

+14-19
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: tekton.dev/v1
22
kind: Pipeline
33
metadata:
4-
creationTimestamp: null
4+
creationTimestamp:
55
labels:
66
pipelines.openshift.io/runtime: generic
77
pipelines.openshift.io/strategy: docker
@@ -33,8 +33,7 @@ spec:
3333
- linux/arm64
3434
- linux/ppc64le
3535
- linux/s390x
36-
description: List of platforms to build the container images on. The available
37-
set of values is determined by the configuration of the multi-platform-controller.
36+
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
3837
name: build-platforms
3938
type: array
4039
- default: --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party
@@ -46,8 +45,7 @@ spec:
4645
name: build-source-image
4746
type: string
4847
- default: "false"
49-
description: 'Enable in-development package managers. WARNING: the behavior may
50-
change at any time without notice. Use at your own risk.'
48+
description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
5149
name: prefetch-input-dev-package-managers
5250
- default: []
5351
description: Additional image tags
@@ -64,13 +62,11 @@ spec:
6462
name: output-image
6563
type: string
6664
- default: .
67-
description: Path to the source code of an application's component from where
68-
to build image.
65+
description: Path to the source code of an application's component from where to build image.
6966
name: path-context
7067
type: string
7168
- default: Dockerfile
72-
description: Path to the Dockerfile inside the context specified by parameter
73-
path-context
69+
description: Path to the Dockerfile inside the context specified by parameter path-context
7470
name: dockerfile
7571
type: string
7672
- default: "false"
@@ -90,8 +86,7 @@ spec:
9086
name: prefetch-input
9187
type: string
9288
- default: ""
93-
description: Image tag expiration time, time values could be something like 1h,
94-
2d, 3w for hours, days, and weeks, respectively.
89+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9590
name: image-expires-after
9691
- default: "true"
9792
description: Add built image into an OCI image index
@@ -138,7 +133,7 @@ spec:
138133
- name: name
139134
value: sast-snyk-check-oci-ta
140135
- name: bundle
141-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3@sha256:540f585f8abc3790e9e1285330d5610c1101173d9b26a61924586c220e4024e6
136+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3@sha256:ec2495e8526f346c0694fa64a5276d12091df85d1272f0480fcc64852f9fa837
142137
- name: kind
143138
value: task
144139
resolver: bundles
@@ -378,7 +373,7 @@ spec:
378373
- name: name
379374
value: clair-scan
380375
- name: bundle
381-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:03383b5a8674edef0ae184dd81f00386017624a5af255cb0b5803d7659483ba5
376+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d1ef571fe836984101e2d7f1611a2b7c8c0f8e7d5ad3d9b997fc511f9fd66af6
382377
- name: kind
383378
value: task
384379
resolver: bundles
@@ -398,7 +393,7 @@ spec:
398393
- name: name
399394
value: ecosystem-cert-preflight-checks
400395
- name: bundle
401-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:2ad615f9b8141ed2e0b060ebda366ce43cf55a9dd7c98e2d93970ff328dca8b2
396+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:00b13d06d17328e105b11619ee4db98b215ca6ac02314a4776aa5fc2a974f9c1
402397
- name: kind
403398
value: task
404399
resolver: bundles
@@ -420,7 +415,7 @@ spec:
420415
- name: name
421416
value: clamav-scan
422417
- name: bundle
423-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:c30c12681b02eb4b83aeb4021d0e714a72db4d1d3bb14579652f4d1a763473ab
418+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:e24eb00ffdb7b45da1c9e1c98f65d68e9f13fd3fce4a4aa9e51df0c7aea14854
424419
- name: kind
425420
value: task
426421
resolver: bundles
@@ -446,7 +441,7 @@ spec:
446441
- name: name
447442
value: sast-shell-check-oci-ta
448443
- name: bundle
449-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:8e817af22b04305676597a556a975bde8552949ca2bf8918bf62414f135f93c8
444+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:a591675c72f06fb9c5b1a3d60e6e4c58e4df5f7da180c7a4691a692a6e7e6496
450445
- name: kind
451446
value: task
452447
resolver: bundles
@@ -470,7 +465,7 @@ spec:
470465
- name: name
471466
value: sast-unicode-check-oci-ta
472467
- name: bundle
473-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.1@sha256:b9c3dfe732a0d9581c75d07d59043f675ddcbe5e9a3152daad99076bedfd5b85
468+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.1@sha256:424f2f659c02998dc3a43e1ce869e3148982c59adb74f953f8fa91ff1c9ab86e
474469
- name: kind
475470
value: task
476471
resolver: bundles
@@ -498,7 +493,7 @@ spec:
498493
- name: name
499494
value: push-dockerfile-oci-ta
500495
- name: bundle
501-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:f9e6e6afef13b5a1333a6b3a3d0ba98c815a723d7b5450dd0279f416c0c203a5
496+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:a89354ee3fb942a4ce635767dfd6a1fcf47da796c3b984c996190d2965bb6e84
502497
- name: kind
503498
value: task
504499
resolver: bundles
@@ -515,7 +510,7 @@ spec:
515510
- name: name
516511
value: rpms-signature-scan
517512
- name: bundle
518-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:d00d159c370e3c99447516970c316ef57dfd27c29e0ce3cff50727c9c40936d8
513+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:3e01c8b322226ad5067ba1ce4ea7bc528f708c3e0d8b6a17a0c4112dbd46c549
519514
- name: kind
520515
value: task
521516
resolver: bundles

0 commit comments

Comments
 (0)