Private Container Registry
  • 28 Aug 2023
  • Dark
    Light
  • PDF

Private Container Registry

  • Dark
    Light
  • PDF

Article summary

A container registry is a repository or collection of repositories used to store and access container images. Container registries can support container based application development, often as part of DevOps processes.
Dataloop supports Google Container Registry (GCP).

Google Container Registry (GCP)

Container Registry is a service for storing private container images. It provides a subset of features provided by Artifact Registry, a universal repository manager and the recommended service for managing container images and other artifacts in Google Cloud. Learn more

The following information depends on the 'private container registry' selection type;

Server - mandatory
Password - mandatory

Note that the password is in base64 and can be downloaded using the following JSON file:

{
    "type": "service_account",
    "project_id": "",
    "private_key_id": "",
    "private_key": "",
    "client_email": "",
    "client_id": "",
    "auth_uri": "",
    "token_uri": "",
    "auth_provider_x509_cert_url": "",
    "client_x509_cert_url": ""
}