You can build your artifacts with:
- Cloud Build, which tightly integrates with Artifact Registry.
- Format-specific tools such as Maven for Java packages or Docker for container images.
- General build or continuous integration tools such as Jenkins or Tekton.
The approach that you take to building artifacts can impact the speed of builds and deployments, the effort required to maintain artifacts, and the security of your applications. Use the following resources as a starting point to learn more:
Learn about DevOps capabilities that drive higher software delivery and organizational performance. These capabilities were identified by the DevOps Research and Assessment research program.
Learn Docker best practices for building container images.