Azure DevOps is a CI/CD tool by which we can build multiple package types. In this KB article, we will discuss a docker build. The docker build has four steps -
- Pull a docker image using docker registry. In this case, it is Artifactory.
- Build a docker image using the image that we have pulled.
- Push the image to the Artifactory and publish the build information.
- Scan that build using the JFrog Xray