Securely Store Your Software on Artifact Registry
This chapter describes Artifact Registry, the Google-managed container and software artifact repository, and shows you how to use it to store container images, application dependencies, and all of your software artifacts. With Artifact Registry, you can also scan your artifacts for vulnerabilities, and you can store vulnerability metadata with those artifacts.
The following are the types of things you can store in Artifact Registry:
- Container images, such as Docker v2 or Helm 3
- Language packages, such as Java, Node.js, Python, or Go
- Operating system packages, such as Debian or RPM
This chapter will help you understand how to use Artifact Registry to store software artifacts. If you’re performing the exercises in the rest of this book, you have artifacts generated by Google Cloud products, and you can deploy artifacts from Artifact Registry to Google Cloud and other runtimes. Artifact Registry also supports...