|
78 | 78 | description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file |
79 | 79 | name: build-args-file |
80 | 80 | type: string |
81 | | - - default: ["linux/x86_64", "linux/arm64", "linux/ppc64le", "linux/s390x"] |
| 81 | + - default: ["linux/x86_64"] |
82 | 82 | 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. |
83 | 83 | name: build-platforms |
84 | 84 | type: array |
@@ -252,25 +252,55 @@ spec: |
252 | 252 | operator: in |
253 | 253 | values: |
254 | 254 | - "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" |
255 | 279 | - name: fbc-fips-check-oci-ta |
256 | 280 | params: |
257 | 281 | - name: image-digest |
258 | | - value: $(tasks.build-image-index.results.IMAGE_DIGEST) |
| 282 | + value: sha256:992e637293aeaa1f5bd01c04bb4c61f980a7cac42a605b606098b28bb4f6391b |
259 | 283 | - 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 |
261 | 285 | - 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 |
265 | 288 | taskRef: |
266 | 289 | 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 |
274 | 304 | when: |
275 | 305 | - input: $(params.skip-checks) |
276 | 306 | operator: in |
|
0 commit comments