Tekton sample Application to learn and demo Tekton pipelines Building $ go test ./pkg/api && go build Running it locally $ podman-compose up --force-recreate --abort-on-container-exit --build -d ... $ curl localhost:8080/quotes/all ... $ curl localhost:8080/quotes/one ...