diff --git a/src/Containerfile b/examples/htop/src/Containerfile similarity index 100% rename from src/Containerfile rename to examples/htop/src/Containerfile diff --git a/tekton/pipeline.yaml b/examples/htop/tekton/pipeline.yaml similarity index 98% rename from tekton/pipeline.yaml rename to examples/htop/tekton/pipeline.yaml index 8a5d9f0..09fdcdd 100644 --- a/tekton/pipeline.yaml +++ b/examples/htop/tekton/pipeline.yaml @@ -1,7 +1,7 @@ apiVersion: tekton.dev/v1beta1 kind: Pipeline metadata: - name: build-multiarch + name: htop spec: workspaces: diff --git a/tekton/pipelinerun.yaml b/examples/htop/tekton/pipelinerun.yaml similarity index 93% rename from tekton/pipelinerun.yaml rename to examples/htop/tekton/pipelinerun.yaml index f948ece..945a08a 100644 --- a/tekton/pipelinerun.yaml +++ b/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: diff --git a/tekton/kustomization.yaml b/tekton/kustomization.yaml index 3b26425..b1557ba 100644 --- a/tekton/kustomization.yaml +++ b/tekton/kustomization.yaml @@ -1,5 +1,4 @@ resources: -- pipeline.yaml - serviceaccount-buildbot.yaml - task-buildah-build.yaml - task-buildah-push.yaml