学习和演示Tekton管道的应用程序

197 阅读1分钟

学习和演示Tekton管道的应用程序

构建

$ go test ./pkg/api && go build

本地运行

$ podman-compose up --force-recreate --abort-on-container-exit --build -d
...
$ curl localhost:8080/quotes/all
...
$ curl localhost:8080/quotes/one
...