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.
18 lines
394 B
18 lines
394 B
apiVersion: tekton.dev/v1beta1
|
|
kind: TaskRun
|
|
metadata:
|
|
generateName: buildah-
|
|
spec:
|
|
serviceAccountName: tekton-robot
|
|
taskRef:
|
|
name: buildah
|
|
params:
|
|
- name: outputContainerImage
|
|
value: image-registry.openshift-image-registry.svc:5000/demo-appdev/function
|
|
workspaces:
|
|
- emptyDir: {}
|
|
name: src
|
|
- emptyDir: {}
|
|
name: containers
|
|
debug:
|
|
breakpoint: ["onFailure"]
|
|
|