Skip to content

Commit b2219f3

Browse files
add tekton changes
1 parent 9a3ec07 commit b2219f3

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

.tekton/ovms-20251-push.yaml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ metadata:
1717
name: ovms-20251-on-push
1818
namespace: open-data-hub-tenant
1919
spec:
20+
timeouts:
21+
pipeline: 8h
22+
tasks: 8h
2023
params:
2124
- name: git-url
2225
value: '{{source_url}}'
@@ -28,6 +31,33 @@ spec:
2831
value: Dockerfile.redhat
2932
- name: path-context
3033
value: .
34+
- name: hermetic
35+
value: false
36+
- name: build-source-image
37+
value: false
38+
- name: build-image-index
39+
value: false
40+
- name: rebuild
41+
value: true
42+
- name: skip-checks
43+
value: true
44+
- name: fetch-git-tags
45+
value: true
46+
- name: clone-depth
47+
value: "2147483647"
48+
- name: build-platform
49+
value: linux-extra-fast/amd64
50+
taskRunSpecs:
51+
- pipelineTaskName: build-container
52+
stepSpecs:
53+
- name: build
54+
computeResources:
55+
requests:
56+
cpu: '8'
57+
memory: 16Gi
58+
limits:
59+
cpu: '16'
60+
memory: 32Gi
3161
pipelineSpec:
3262
description: |
3363
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
@@ -231,7 +261,7 @@ spec:
231261
- name: name
232262
value: buildah-oci-ta
233263
- name: bundle
234-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:06f604af4c29f08b02c36a8d9bc3dfa1606a5836fd8eeb1f6ef46048319afc38
264+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:d90c4cf682189faab5c702e55f4855242e228ce1a05e54e1734b7b9c6fa40441
235265
- name: kind
236266
value: task
237267
resolver: bundles

0 commit comments

Comments
 (0)