Azure Container Registry Cheat Sheet

Reset Git Branch Commits

Azure Container Registry (ACR) Cheat Sheet for use with Azure CLI (az).

List ACRs

az acr list

Set default ACR

az configure --defaults acr=[ACR NAME]

List Specific ACR

az acr helm list -n [ACR NAME]

Chart Details from ACR

az acr helm show [CHART NAME] -n [ACR NAME]

Inspect chart in ACR

az acr helm inspect [ACR NAME/CHART NAME]

Add ACR repo to local Helm

az acr helm repo add -n [ACR NAME]

Refresh

az acr helm repo add

Push chart to ACR

az acr helm push [CHART NAME]

Ddelete chart from ACR

az acr helm delete [CHART NAME] --version [CHART VERSION]
Marcin Narloch

Marcin Narloch

Creative and out-of-the-box thinker with strong interests and knowledge in technology and innovation.
WordPress weak openssl Previous post Weak Certificate Bypass on Linux OpenSSL
WordPress mysqldump Next post Backup MySQL Database with Docker

Leave a Reply

Your email address will not be published. Required fields are marked *