Demo about Edge Computing in the Retail vertical using Red Hat products
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

73 lines
1.8 KiB

apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
generateName: bootc-base-
spec:
pipelineRef:
name: bootc
params:
- name: git-url
value: https://github.com/nmasse-itix/demo-edge-retail.git
- name: git-revision
value: main
- name: image-name
value: quay.io/nmasse-redhat/demo-edge-retail/base:latest
- name: context-dir
value: bootc/base
- name: containerfile-path
value: "bootc/base/Containerfile"
workspaces:
- name: oci-images
volumeClaimTemplate:
spec:
storageClassName: efs-csi
accessModes:
- ReadWriteMany
resources:
requests:
storage: 10Gi
- name: source-workspace
volumeClaimTemplate:
spec:
storageClassName: efs-csi
accessModes:
- ReadWriteMany
resources:
requests:
storage: 1Gi
- name: registry-token
secret:
secretName: quay-authentication
- name: git-auth
secret:
secretName: github-authentication
- name: flightctl-config
secret:
secretName: flightctl-config
- name: etc-pki-entitlement-x86_64
secret:
secretName: etc-pki-entitlement
items:
- key: x86_64.pem
path: x86_64.pem
- key: x86_64-key.pem
path: x86_64-key.pem
- name: etc-pki-entitlement-aarch64
secret:
secretName: etc-pki-entitlement
items:
- key: aarch64.pem
path: aarch64.pem
- key: aarch64-key.pem
path: aarch64-key.pem
taskRunTemplate:
serviceAccountName: buildbot
taskRunSpecs:
- pipelineTaskName: build-aarch64
podTemplate:
nodeSelector:
beta.kubernetes.io/arch: arm64
tolerations:
- key: "emea-open-demo.redhat.com/arm64-architecture"
operator: "Exists"
effect: "NoSchedule"