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
kind: Pipeline
metadata:
name: build-multiarch
name: htop
spec:
workspaces:

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

@ -1,17 +1,17 @@
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
generateName: build-multiarch-
generateName: htop-
spec:
pipelineRef:
name: build-multiarch
name: htop
params:
- name: git-url
value: https://github.com/nmasse-itix/tekton-pipeline-multiarch.git
- name: image-name
value: quay.io/nmasse_itix/htop-multiarch
- name: context-dir
value: src
value: examples/htop/src
workspaces:
- name: oci-images
volumeClaimTemplate:

1
tekton/kustomization.yaml

@ -1,5 +1,4 @@
resources:
- pipeline.yaml
- serviceaccount-buildbot.yaml
- task-buildah-build.yaml
- task-buildah-push.yaml

Loading…
Cancel
Save