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?
- Navigate to Settings > Container Registries. This page will display all the existing Registries.
- To add a new registry, select the type of registry you wish to add.
Elastic Container Registry
- Select Elastic Container Registry from the Add Container Registry page.
- Mention the Registry Name and click Next.
- Copy the command that is generated in the modal.
- Open the AWS Cloud Console and click the CloudShell icon on the top bar.
- In the Cloud Shell terminal, execute the command.
- 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
- Select Azure Container Registry from the Add Container Registry page.
- Mention the Registry Name and click Next.
- Copy the command that is generated in the modal.
- Open the Microsoft Azure Portal and click the Cloud Shell icon on the top bar.
- In the Cloud Shell terminal, execute the command.
- 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
- Select Google Artifact Registry from the Add Container Registry page.
- Mention the Registry Name and click Next.
- Copy the command that is generated in the modal.
- Open the GCP Cloud Console and click the Cloud Shell icon on the top bar.
- In the Cloud Shell terminal, execute the command.
- Facets will automatically detect if the connection has been successfully established.
You have successfully added a new Google Artifact Registry to Facets.
Other Registries
- Select the required registry from the options, including Google Container Registry, Nexus, Docker Hub, JFrog, and others.
- Fill in the following mandatory fields:
- Registry Name: A unique name used to identify the registry in your Docker Build Configurations.
- Registry URL: The address where your registry is hosted and accessible.
- Username: The username associated with your registry account.
- Password: The password for your registry account.
- Now, click Create.
You have successfully added a new Container Registry to Facets.
Updated about 2 months ago