clicktruck / gha-workflows-with-gitops-for-tanzu-application-platform

A collection of scripts employing cloud provider CLI, Packer, and Terraform paired with Github Actions that will provision the necessary cloud resources in order to perform a Tanzu Application Platform installation.
Apache License 2.0
2 stars 4 forks source link

FEATURE: Curate Tekton pipeline manifests for use in a dev namespace #6

Open pacphi opened 1 year ago

pacphi commented 1 year ago

See https://docs.vmware.com/en/VMware-Tanzu-Application-Platform/1.3/tap/GUID-scc-ootb-supply-chain-testing.html.

Basically we want to maintain manifests to support different languages / build / test frameworks - matching Paketo buildpacks.

Also document examples for how to install then use.

Ultimately tied to onboarding new dev namespace.

One language/framework per namespace? Or can we employ label logic to support polyglot workloads?

Work has already begun. For the moment there's support for:

See tekton-pipelines.yml.

A similar copy exists here.

pacphi commented 1 year ago

A companion repository exists here.