Skip to content

Commit d0e08da

Browse files
add resources for ecosystem and clair
1 parent 7085a05 commit d0e08da

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.tekton/runtime-cuda-tensorflow-kpoc-push.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,26 @@ spec:
4646
limits:
4747
cpu: '16'
4848
memory: 32Gi
49+
- pipelineTaskName: ecosystem-cert-preflight-checks
50+
stepSpecs:
51+
- name: build
52+
computeResources:
53+
requests:
54+
cpu: '8'
55+
memory: 16Gi
56+
limits:
57+
cpu: '16'
58+
memory: 32Gi
59+
- pipelineTaskName: clair-scan
60+
stepSpecs:
61+
- name: build
62+
computeResources:
63+
requests:
64+
cpu: '8'
65+
memory: 16Gi
66+
limits:
67+
cpu: '16'
68+
memory: 32Gi
4969
pipelineSpec:
5070
description: |
5171
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)