Skip to content

Commit e318d45

Browse files
Update pipeline-fbc-ref.yaml
1 parent baa5cd5 commit e318d45

File tree

1 file changed

+43
-13
lines changed

1 file changed

+43
-13
lines changed

.tekton/pipeline-fbc-ref.yaml

Lines changed: 43 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spec:
7878
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
7979
name: build-args-file
8080
type: string
81-
- default: ["linux/x86_64", "linux/arm64", "linux/ppc64le", "linux/s390x"]
81+
- default: ["linux/x86_64"]
8282
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.
8383
name: build-platforms
8484
type: array
@@ -252,25 +252,55 @@ spec:
252252
operator: in
253253
values:
254254
- "true"
255+
# - name: fbc-fips-check-oci-ta
256+
# params:
257+
# - name: image-digest
258+
# value: $(tasks.build-image-index.results.IMAGE_DIGEST)
259+
# - name: image-url
260+
# value: $(tasks.build-image-index.results.IMAGE_URL)
261+
# - name: SOURCE_ARTIFACT
262+
# value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
263+
# runAfter:
264+
# - build-image-index
265+
# taskRef:
266+
# params:
267+
# - name: name
268+
# value: fbc-fips-check-oci-ta
269+
# - name: bundle
270+
# value: quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta:0.1@sha256:2e6900f5755fca70f8eebfcf004f39dd9adf6b488c8828f35a1b24862a9f81cf
271+
# - name: kind
272+
# value: task
273+
# resolver: bundles
274+
# when:
275+
# - input: $(params.skip-checks)
276+
# operator: in
277+
# values:
278+
# - "false"
255279
- name: fbc-fips-check-oci-ta
256280
params:
257281
- name: image-digest
258-
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
282+
value: sha256:992e637293aeaa1f5bd01c04bb4c61f980a7cac42a605b606098b28bb4f6391b
259283
- name: image-url
260-
value: $(tasks.build-image-index.results.IMAGE_URL)
284+
value: quay.io/redhat-user-workloads/ocp-network-observab-tenant/fbc-v4-17:latest
261285
- name: SOURCE_ARTIFACT
262-
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
263-
runAfter:
264-
- build-image-index
286+
value: oci:quay.io/redhat-user-workloads/ynanavat-tenant/network-observability-operator-ynanavat@sha256:76aa1c5881e0435d745b27956df96c96b76e9e3fd1ec819b98d4f83db212d2a8
287+
- clone-repository
265288
taskRef:
266289
params:
267-
- name: name
268-
value: fbc-fips-check-oci-ta
269-
- name: bundle
270-
value: quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta:0.1@sha256:2e6900f5755fca70f8eebfcf004f39dd9adf6b488c8828f35a1b24862a9f81cf
271-
- name: kind
272-
value: task
273-
resolver: bundles
290+
# - name: name
291+
# value: fbc-fips-check-oci-ta
292+
# - name: bundle
293+
# value: quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta:0.1@sha256:2e6900f5755fca70f8eebfcf004f39dd9adf6b488c8828f35a1b24862a9f81cf
294+
# - name: kind
295+
# value: task
296+
# resolver: bundles
297+
- name: url
298+
value: "https://github.com/yashvardhannanavati/build-definitions.git"
299+
- name: revision
300+
value: main
301+
- name: pathInRepo
302+
value: task/fbc-fips-check-oci-ta/0.1/fbc-fips-check-oci-ta.yaml
303+
resolver: git
274304
when:
275305
- input: $(params.skip-checks)
276306
operator: in

0 commit comments

Comments
 (0)