cnych / qikqiak.com

关注 chatgpt、容器、kubernetes、devops、python、golang、微服务等技术 🎉🎉🎉

Home Page:https://www.qikqiak.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用 Tekton 创建 CI/CD 流水线(2/2)

cnych opened this issue · comments

https://www.qikqiak.com/post/create-ci-pipeline-with-tekton-2/

在前面文章中,我们在 Kubernetes 集群中安装了 Tekton,通过 Tekton 克隆 GitHub 代码仓库并执行了应用测试命令。接着前面的内容,本文我们将创建一个新的 Task 来构建一个 Docker 镜像并将其推送到 Docker Hub,最后,我们将这些任务组合成一个流水线。