Building artifacts

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. Refer the sections for each artifact format to learn more.
  • 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: