bootc-base-images/.tekton/fedora-bootc-tier-x-rawhide...

46 lines
1.4 KiB
YAML

---
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
annotations:
build.appstudio.openshift.io/repo: https://gitlab.com/fedora/fedora-bootc/base-images/-/tree/{{revision}}
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "main"
io.kubernetes.cri-o.Devices: "/dev/fuse"
creationTimestamp: null
labels:
appstudio.openshift.io/application: fedora-bootc-tier-x-rawhide
appstudio.openshift.io/component: fedora-bootc-tier-x-rawhide
pipelines.appstudio.openshift.io/type: build
name: fedora-bootc-tier-x-rawhide-on-push
namespace: bootc-tenant
spec:
timeouts:
pipeline: 6h0m0s
tasks: 4h0m0s
finally: 2h0m0s
params:
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/konflux-fedora/bootc-tenant/fedora-bootc-tier-x-rawhide:{{revision}}
- name: image-expires-after
value: 5d
- name: path-context
value: .
- name: config-file
value: fedora-bootc-config.json
- name: image-file
value: fedora-tier-x.yaml
- name: prefetch-input
value: ""
- name: hermetic
value: false
pipelineRef:
name: ostree-build