Azure / acr

Azure Container Registry samples, troubleshooting tips and references
https://aka.ms/acr
Other
162 stars 106 forks source link

If image with tag name is pulled by managed identity, log editor should show tag value under Tag cloumn insted of SHA value #735

Open docgurureddy opened 4 months ago

docgurureddy commented 4 months ago

What is the problem you're trying to solve In Log editor, SHA value of image is displayed in both Tag and Digest column. i.e. when a Managed Identity pulls the image from the registry using the tag name (not the SHA name), such as when attempting to build a custom image in Azure DevOps (ADO) by pulling the ACR image with the tag mentioned in the Docker file, the report still shows the SHA value. It's important to note that there are no Kubernetes, cluster, or other services involved in this scenario. It solely revolves around the ADO pipeline using a Docker file, where the image is pulled from ACR with a specified tag. However, when a user retrieves the ACR registry image with a specified tag from a laptop, the report displays the tag name.

Describe the solution you'd like Just like user pull, even for managed identity pull should show tag vaule in the Tag column

Additional context for more details refere :TrackingID#2401230040009938 Also attaching screenshot. LogEditor_ACR_Pull_records

cegraybl commented 4 months ago

this looks like a duplicate of #734, is there anything additional from this issue that would make it different?