- Hands-On Microservices with Kubernetes
- Gigi Sayfan
- 55字
- 2021-06-24 13:46:48
Building your images with CircleCI
Let's dive in and look at the Delinkcious CI pipeline. We will go over each step in the continuous integration process, which includes the following:
- Reviewing the source tree
- Configuring the CI pipeline
- Understanding the build script
- Dockerizing a Go service with a multi-stage Dockerfile
- Exploring the CircleCI user interface