In this post, we will go through the basics of Google Tekton and build Tekton pipeline to build container images using Kaniko and publish them to dockerhub. As of now triggering of the build is manual until auto trigger feature is live.
CI/CD Pipeline
In this post, we will go through the process of Building and Publishing Docker Images and deploying the newly created Docker image using helm charts in Kubernetes environment. All these processes would be triggered by travis-ci once you push the Docker Image. For every Job triggered, travis-ci spins a new Instance for executing the flow defined in .travis.yml