sudo docker pull munshifyconatinerization.azurecr.io/munshify/admin-panel:latest Error response from daemon: Head "https://munshifyconatinerization.azurecr.io/v2/munshify/admin-panel/manifests/latest": unauthorized: {"errors":[{"code":"UNAUTHORIZED","mes

Shobith Shetty | IT Infra | ETPL 0 Reputation points
2025-01-07T05:39:45.3433333+00:00

enable to take a docker pull i am getting this error sudo docker pull munshifyconatinerization.azurecr.io/munshify/admin-panel:latest

Error response from daemon: Head "https://munshifyconatinerization.azurecr.io/v2/munshify/admin-panel/manifests/latest": unauthorized: {"errors":[{"code":"UNAUTHORIZED","message":"authentication required, visit https://aka.ms/acr/authorization for more information. CorrelationId: 36f726fa-0794-4803-8e87-27aab711d87e"}]}

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
473 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sai Krishna Katakam 1,680 Reputation points Microsoft Vendor
    2025-01-07T08:56:30.8333333+00:00

    Hi Shobith Shetty | IT Infra | ETPL,

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    The error message you received indicates that authentication is required to access the Azure Container Registry (ACR) where your image is hosted.

    To resolve this issue, please follow these steps:

    You need to authenticate your Docker client to the Azure Container Registry.

    Make sure that your Azure account has the necessary permissions to pull images from the ACR. You may need to be assigned a role such as "AcrPull" or "Owner" on the Azure Container Registry.

    After successfully logging in, try running the Docker pull command again.

    For more details, please refer to the below documentation:
    Azure Container Registry roles and permissions
    "Authentication required" error when trying to access Azure Container Registry

    If an answer has been helpful, please consider accept the "Answer" and "Upvote" to help increase visibility of this question for other members of the Microsoft Q&A community. 

    User's image


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.