How to create a registry?
Last updated
This article explains how to create a container registry in AceCloud. Each project can have only one registry per region. Creating a registry is the first step in securely managing and distributing container images across your environments.
Log in to the AceCloud Console.
From the left-hand menu, go to Registry under your desired Project and Region and click Overview.


In the Create Registry form, provide a unique Registry Name.

📝 Note: This name will also be used as the destination namespace for replication. Keep it consistent.
Enable the Immutable Rule to prevent tags from being overwritten.

Configure the following:
Repository Matching: Specify repository names or patterns.
Use * to match multiple repositories at the same level.
Use ** to match repositories across multiple levels.
Tag Matching / Excluding: Define tag patterns (e.g., v1.*, latest).
Use * to match any sequence of characters in the tag.
Use ** for recursive matching across paths.
Toggle the Enable Vulnerability Scanning checkbox.

This feature scans images for known security vulnerabilities when pushed.
Review your settings and click Create Registry.

The registry will be created and listed under the Container Registry section.
You can only have one registry per project per region.
Immutable tags help avoid accidental overwrites.
Vulnerability scanning improves image security by identifying threats early.
Destination namespace (used during replication) should match the registry name
Last updated