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