-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Secure Continuous Delivery on Google Cloud
By :

You can use Artifact Registry to manage language packages, just as you can use it to manage container images. In this section, you’ll do the following:
Artifact Registry is designed to be a universal package-management application, supporting multiple package types. Knowing how to manage more than one type can be advantageous. Our first package type shows how Artifact Registry supports Python applications. Our second package type shows Go language packages. This highlights some of the similarities and differences in how different programming languages are supported using Artifact Registry.
First, let’s create the repository.
The first thing we need to do is to create the repository in which to put our Python package.
Run...