4 changed files with 4 additions and 5 deletions
@ -1,7 +1,7 @@ |
|||||
apiVersion: tekton.dev/v1beta1 |
apiVersion: tekton.dev/v1beta1 |
||||
kind: Pipeline |
kind: Pipeline |
||||
metadata: |
metadata: |
||||
name: build-multiarch |
name: htop |
||||
spec: |
spec: |
||||
|
|
||||
workspaces: |
workspaces: |
||||
@ -1,17 +1,17 @@ |
|||||
apiVersion: tekton.dev/v1 |
apiVersion: tekton.dev/v1 |
||||
kind: PipelineRun |
kind: PipelineRun |
||||
metadata: |
metadata: |
||||
generateName: build-multiarch- |
generateName: htop- |
||||
spec: |
spec: |
||||
pipelineRef: |
pipelineRef: |
||||
name: build-multiarch |
name: htop |
||||
params: |
params: |
||||
- name: git-url |
- name: git-url |
||||
value: https://github.com/nmasse-itix/tekton-pipeline-multiarch.git |
value: https://github.com/nmasse-itix/tekton-pipeline-multiarch.git |
||||
- name: image-name |
- name: image-name |
||||
value: quay.io/nmasse_itix/htop-multiarch |
value: quay.io/nmasse_itix/htop-multiarch |
||||
- name: context-dir |
- name: context-dir |
||||
value: src |
value: examples/htop/src |
||||
workspaces: |
workspaces: |
||||
- name: oci-images |
- name: oci-images |
||||
volumeClaimTemplate: |
volumeClaimTemplate: |
||||
@ -1,5 +1,4 @@ |
|||||
resources: |
resources: |
||||
- pipeline.yaml |
|
||||
- serviceaccount-buildbot.yaml |
- serviceaccount-buildbot.yaml |
||||
- task-buildah-build.yaml |
- task-buildah-build.yaml |
||||
- task-buildah-push.yaml |
- task-buildah-push.yaml |
||||
|
|||||
Loading…
Reference in new issue