After building our artifacts, we need a place to store them. Common options include Docker Hub, Nexus Repository, Google Container Registry, and Amazon Elastic Container Registry.

In this section, we’ll focus on Azure Container Registry (ACR).

Creating an Azure Container Registry

  1. Select the appropriate Resource Group.
  2. Enter a unique Registry Name.
  3. Leave all other settings at their default values and proceed with the creation.

create container registry

Configure Credentials for Local Container Management

There are two key settings to focus on when configuring credentials:
container registry configuration

  1. set username and password to the local container management software
    For example, when using Podman, you can authenticate with your container registry to enable image pushing and pulling.
    set username and password to the local container management software

Push image to Container Repository

hits: don’t forget to tag your image first.
push image