We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7085a05 commit d0e08daCopy full SHA for d0e08da
.tekton/runtime-cuda-tensorflow-kpoc-push.yaml
@@ -46,6 +46,26 @@ spec:
46
limits:
47
cpu: '16'
48
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
61
62
63
64
65
66
67
68
69
pipelineSpec:
70
description: |
71
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
0 commit comments