Browse documentation

Container Registry

Each project can reserve a canonical OCI repository in the Codinamo Registry.

Enable the Registry

  1. Open a project.

  2. Select the Registry tab.

  3. Select Enable Registry.

  4. Copy the displayed image or command from the Registry page.

The main image path follows the owner and project namespace. The application displays the exact canonical reference.

The owner segment is the stable namespace of the personal or shared organization that owns the workspace. Renaming the organization does not change existing image references.

Publish from a pipeline

Add DOCKER_PUSH after DOCKER_BUILD and select codinamo as the Registry Provider. Catalyst obtains a short-lived credential scoped to the current project; no long-lived Registry password needs to be stored in the pipeline.

Typical references:

${docker_build.image_name}
${docker_push.image_name}
${docker_push.image_digest}

Local Docker access

Create an access token in the Registry tab, choose pull and push permissions, and copy the secret immediately. Only the prefix remains visible after leaving the page.

The Registry can be private or allow public pulls. Push access always requires authorization.

See Registry credentials and Registry errors. See Organizations and namespaces for owner identity rules.