Skip to the content.

← back to Overview

Container Registry Management

This page provides an overview of the Azure Container Registry provisioning process on the Digital Solutions Platform (DSP).

Centralised provisioning of container registries and how they are created and managed within the DSP environment is crucial for organizing resources and ensuring proper access control.

Detailed user documentation is provided in Confluence and gives step by step instructions on how to manage a team container registry.


What is a Container Registry?

A container registry is a managed service that stores, manages, and distributes container images for your applications. It provides secure storage, versioning, and access control, enabling you to easily share and deploy containerized applications across different environments.

Key Features:

Benefits:


Container Registry Creation

During the registration of a team, a team container registry can be enabled and is then automatically created.

The general pattern is dspacr<uniqueName>.

Once the container registry has been provisioned it can be found in the teams global resource group. The pattern for the resource group name is: rg-<tenant-name>-<team-name>-global Access is granted to the resource group by the Teams DevOps role assignment. The DevOps role can manage the container registry in full.

Example

apiVersion: dsp.vaillant-group.com/v1alpha1
kind: XPlatformTeam
metadata:
  name: unused-example-team
spec:
  parameters:
    shortName: TEAM
    longName: Test Team
    tenantNameRef:
      name: unused-example-tenant
    acr:
      enabled: true
      uniqueName: TestTeam01
      sku: Standard  

Key Takeaways

  1. Image Pull access is granted to the Kubelet Identity of each cluster on which a team has an environment simplifying deployment of team applications.
  2. Automated Provisioning: Container Registries are generated based on entries in the tenant and team claim files, reducing manual effort and potential errors.
  3. Clear Ownership: Each Container Registry corresponds to a single team, streamlining usage and auditing.
  4. User Documentation: Full user documentation is provided in confluence.
  5. Disabling the container registry in the team claim file, will cause the container registry and its contents to be deleted.

If you have further questions about Container registries or need assistance with your scope / build authentication setup, please reach out to the DSP team.