Browse Source

reorg for other examples

main
Nicolas Massé 2 years ago
parent
commit
2334cbaf5b
  1. 0
      examples/htop/src/Containerfile
  2. 2
      examples/htop/tekton/pipeline.yaml
  3. 6
      examples/htop/tekton/pipelinerun.yaml
  4. 1
      tekton/kustomization.yaml

0
src/Containerfile → examples/htop/src/Containerfile

2
tekton/pipeline.yaml → examples/htop/tekton/pipeline.yaml

@ -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:

6
tekton/pipelinerun.yaml → examples/htop/tekton/pipelinerun.yaml

@ -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
tekton/kustomization.yaml

@ -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…
Cancel
Save