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
- Select the appropriate Resource Group.
- Enter a unique Registry Name.
- Leave all other settings at their default values and proceed with the creation.
Configure Credentials for Local Container Management
There are two key settings to focus on when configuring credentials:
- 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.
Push image to Container Repository
hits: don’t forget to tag your image first.