Container Registries

Facets now provides support for multiple Container Registries, including Elastic Container Registry, Azure Container Registry, Google Artifact Registry, Google Container Registry, Nexus, Docker Hub, Jfrog and others.

Note: Users require 'ARTIFACTORY_WRITE' and 'ARTIFACTORY_DELETE' permissions to create, modify, or delete a Container Registry.

How to Add a Container Registry?

  1. Navigate to Settings > Container Registries. This page will display all the existing Registries.
  2. To add a new registry, select the type of registry you wish to add.

Elastic Container Registry

  1. Select Elastic Container Registry from the Add Container Registry page.
  2. Mention the Registry Name and click Next.
  3. Copy the command that is generated in the modal.
  4. Open the AWS Cloud Console and click the CloudShell icon on the top bar.
  5. In the Cloud Shellterminal, execute the command.
  6. Facets will automatically detect if the connection has been successfully established.

You have successfully added a new Elastic Container Registry to Facets.

Azure Container Registry

  1. Select Azure Container Registry from the Add Container Registry page.
  2. Mention the Registry Name and click Next.
  3. Copy the command that is generated in the modal.
  4. Open the Microsoft Azure Portal and click the Cloud Shell icon on the top bar.
  5. In the Cloud Shell terminal, execute the command.
  6. Facets will automatically detect if the connection has been successfully established.

You have successfully added a new Azure Container Registry to Facets.

Google Artifact Registry

  1. Select Google Artifact Registry from the Add Container Registry page.
  2. Mention the Registry Name and click Next.
  3. Copy the command that is generated in the modal.
  4. Open the GCP Cloud Console and click the Cloud Shell icon on the top bar.
  5. In the Cloud Shell terminal, execute the command.
  6. Facets will automatically detect if the connection has been successfully established.

You have successfully added a new Google Artifact Registry to Facets.

Other Registries

  1. Select the required registry from the options, including Google Container Registry, Nexus, Docker Hub, JFrog, and others.
  2. Fill in the following mandatory fields:
    1. Registry Name: A unique name used to identify the registry in your Docker Build Configurations.
    2. Registry URL: The address where your registry is hosted and accessible.
    3. Username: The username associated with your registry account.
    4. Password: The password for your registry account.
  3. Now, click Create.

You have successfully added a new Container Registry to Facets.