学习和演示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
...
学习和演示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
...