441 questions with Azure Container Registry tags

Sort by: Updated
1 answer

How to list and delete old docker images?

We just started using containerization and we're also trying to secure our stuff. Now, we discovered that all of the docker images we pushed have lots of vulnerabilities. Now, after I fixed all of the vulnerabilities and uploaded the clean one, we're…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
asked 2024-08-15T02:21:48.0633333+00:00
Bergs 0 Reputation points
edited a comment 2024-09-04T10:40:50.6366667+00:00
Srinud 2,220 Reputation points Microsoft Vendor
1 answer

"Authorization failed for container registry to access image details" error.

I am trying to deploy a model from a prompt flow.  However deployments fail with the error message given below.  "Authorization failed for container registry to access image details" error.

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
asked 2024-09-02T12:45:47.2133333+00:00
Orhan Ozdemir 0 Reputation points
commented 2024-09-02T19:05:45.1233333+00:00
Sai Krishna Katakam 85 Reputation points Microsoft Vendor
1 answer

Operation returned an invalid status Not Found error when creating ACR task

I am trying to create ACR task using following command: az acr task create --name buildtask --registry walruzacr --context https://github.com/IgorZlatomrezhev/Azure-Samples.git --file MyTaskFile.yaml --schedule "*/5 * * * *" --git-access-token…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
asked 2024-08-18T05:37:37.14+00:00
Igor Zlatomrezhev 20 Reputation points
edited an answer 2024-09-01T12:11:31.0766667+00:00
Srinud 2,220 Reputation points Microsoft Vendor
7 answers One of the answers was accepted by the question author.

Azure Container Instance killed for no reason after a few hours

I have a very simple Azure Container Instance running from a Docker container based on AdoptOpenJDK. The Dockerfile has nothing but: FROM adoptopenjdk:11-jre-hotspot ARG JAR_FILE=target/*.jar COPY ${JAR_FILE} app.jar ENTRYPOINT…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
687 questions
asked 2021-02-21T11:52:12.423+00:00
jbx999 246 Reputation points
commented 2024-08-30T07:01:04.2933333+00:00
Saša 1 Reputation point
2 answers

In Container Registry sometimes Image disappears.

Sometimes I am unable to see prod Image in container registry, There are no errors in logs after successful execution, after rebuild the application images appears and everything works fine. How I should troubleshoot this problem, please help me to…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
asked 2024-08-13T13:55:54.99+00:00
answered 2024-08-26T11:32:50.87+00:00
Akshay kumar Mandha 150 Reputation points Microsoft Vendor
1 answer

Connection is not an approved private link; connecting acr cache credential set to keyvault with private endpoint

Hi, I'm trying to bicep cache rules for docker.io and they require a credentialset. I managed to create a credentialset for my acr but I get the following error when it tries to get the credentials from my private keyvault: "errorCode":…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,245 questions
Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
asked 2024-08-15T14:54:06.43+00:00
Maxim de Bie 10 Reputation points
commented 2024-08-26T05:13:19.2833333+00:00
Akhilesh 8,525 Reputation points Microsoft Vendor
1 answer

Windows Agent Pool not able to pull images

Getting the following error - Failed to pull image "..." [rpc error: code = Unknown desc = failed to pull and unpack image "": failed to extract layer sha256:10...: failed to safefile.openRelative failed in Win32: open…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,058 questions
asked 2023-06-01T17:06:49.2566667+00:00
Vivek Somani 0 Reputation points
commented 2024-08-21T06:39:49.0733333+00:00
Shirasmon Shahulhameedu 0 Reputation points
1 answer

How to change kube system pod images to pull from private registry

Issue: High nat gateway data transfer We are running ephemeral workloads that creates 2000-3000 pods and corresponding to that autoscaler spins up around 500 odd nodes. Now even though we are pulling our application images from ACR via service endpoints…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,058 questions
Azure NAT Gateway
Azure NAT Gateway
NAT Gateway is a fully managed service that securely routes internet traffic from a private virtual network with enterprise-grade performance and low latency.
32 questions
asked 2024-07-20T04:27:18.4833333+00:00
Azman Samad 5 Reputation points
edited a comment 2024-08-21T05:51:42.5333333+00:00
Azman Samad 5 Reputation points
2 answers One of the answers was accepted by the question author.

Azure container registry is not storing tagged images

I am having big problems trying to push tagged images to the Azure Container Registry. The repository gets created, and manifests uploaded but no tagged image exists. I have tried pushing existing images to Azure CR from Github Actions, all succeeds but…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
asked 2024-08-16T13:18:30.1833333+00:00
Dan Petitt 20 Reputation points
accepted 2024-08-20T07:59:20.6533333+00:00
Dan Petitt 20 Reputation points
2 answers

Which Security policies to implement for Azure Container registry

Please advise if there is a built-in Azure policy initiative for Azure container registry that we can use. We are looking to put Azure policies in place for ACR that align with WAF. What would be the considerations for this? Is there a security baseline…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
asked 2024-08-12T23:31:26.8566667+00:00
curious7 171 Reputation points
edited an answer 2024-08-16T21:34:29.0966667+00:00
KarishmaTiwari-MSFT 19,697 Reputation points Microsoft Employee
1 answer

podman push to acr always fails with Error: unexpected EOF

Hello, am using ACR in standard plan. I have a small web app which is served in azure container app. Am trying to deploy new image to azure container registry and push command always failing with Error: unexpected EOF It was working few weeks ago and not…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
asked 2024-08-06T03:04:45.4633333+00:00
Payyd tech works LLC 0 Reputation points
edited a comment 2024-08-16T06:12:46.18+00:00
Nikhil Duserla 1,860 Reputation points Microsoft Vendor
2 answers

Hello Team, i am trying to build a sql project with msbuild using self hosted windows agent in AKS but iam facing the error

I am using docker file building and pushing to Azure Container registry and providing the location of the image in YAML file to create a pod In AKS "C:\Program Files (x86)\Microsoft Visual…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,058 questions
asked 2024-08-02T05:16:54.1666667+00:00
anil nair 50 Reputation points
edited an answer 2024-08-07T14:27:16.4466667+00:00
vipullag-MSFT 26,211 Reputation points
0 answers

Private ACR with AKS: Failed to pull image... failed to resolve reference... unexpected status from HEAD request... 403 Forbidden

The kubelet try to pull an image from a private ACR (role assignment ArcPull granted for the -agentpool managed identity). It gets an error like Failed to pull image... failed to resolve reference... unexpected status from HEAD request... 403 Forbidden…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,058 questions
asked 2024-08-02T08:10:14.7033333+00:00
LyTien Dung 5 Reputation points
commented 2024-08-02T13:31:41.99+00:00
Prrudram-MSFT 23,711 Reputation points
2 answers

Assistance Required for Docker Signing on Azure Hosted Agents

Hi Team, I am currently working on implementing Docker signing in our Azure DevOps pipeline using Azure hosted agents. However, I have encountered some issues and would appreciate your guidance. I have followed the official Microsoft documentation on…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
asked 2024-07-29T17:08:54.8466667+00:00
Shiva Kumar 0 Reputation points
commented 2024-08-01T04:46:55.2833333+00:00
Nikhil Duserla 1,860 Reputation points Microsoft Vendor
1 answer

Required design discussion with microsoft technical team

Hi, We have defined required azure services to our projects. But like to know more details based on real time use case and like to take inputs from microsoft technical team. Please let me know how to schedule call on this. Reards, Prabhu.R

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,617 questions
asked 2024-07-29T05:47:07.7933333+00:00
Prabhu Rsp 1 Reputation point
answered 2024-07-30T15:49:00.92+00:00
Bruce (SqlWork.com) 63,421 Reputation points
1 answer One of the answers was accepted by the question author.

How to Build and push Container Image in Azure Container Registry from Azure CLI.

https://video2.skills-academy.com/en-us/training/modules/publish-container-image-to-azure-container-registry/6-build-run-image-azure-container-registry In this Exercise it asks me to Build and push image from a Dockerfile. When I run this which is the second…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,466 questions
asked 2024-07-28T13:28:10.5+00:00
Olle Carlberg 40 Reputation points
commented 2024-07-30T10:26:36.4433333+00:00
Srinud 2,220 Reputation points Microsoft Vendor
0 answers

ACR: I am being charged in the 12-month free period

Introduction: Failed attempts to get help After so many wasted hours trying to somehow communicate with Azure staff, I am frustrated because it is just plain impossible: Chat support is purely for sales (as they themselves state). Despite their good…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
asked 2024-07-24T11:02:09.64+00:00
César Adriel Airaldo 6 Reputation points
commented 2024-07-26T10:51:01.33+00:00
César Adriel Airaldo 6 Reputation points
2 answers

Does ACR support SN+I authentication?

I read the documentation Authenticate with service principal - Azure Container Registry | Microsoft Learn and found ACR supports certificate-based authentication. However, I didn't find in any documents about whether it supports Subject Name + Issuer…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
asked 2024-07-19T23:49:27.0766667+00:00
Yuxuan Li 0 Reputation points Microsoft Employee
answered 2024-07-23T16:18:22.6433333+00:00
Nikhil Duserla 1,860 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

Azure container instance restarts perpetually. Image is based taken from azure container registry. Problem: One or more of the containers in 'express-app' are in a 'Waiting' state and may not be running.

Here are the files for a basic express app I am trying to containerize and deploy on the Azure container registry. index.js const express = require('express') const morgan = require('morgan') const app = express() const port = process.env.PORT ||…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
687 questions
asked 2024-07-15T23:25:20.2866667+00:00
Bhavesh Ittadwar 25 Reputation points
accepted 2024-07-23T14:34:32.22+00:00
Bhavesh Ittadwar 25 Reputation points
1 answer

ACR Tasks requests for the registry cijoacrreadit and 7e5d96a3-f602-486d-afbd-f7899c8f251c are not permitted.

ACR Tasks requests for the registry cijoacrreadit and 7e5d96a3-f602-486d-afbd-f7899c8f251c are not permitted.

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
441 questions
asked 2024-07-16T06:34:57.32+00:00
cijo cyriac 0 Reputation points
commented 2024-07-19T06:49:39.6366667+00:00
Nikhil Duserla 1,860 Reputation points Microsoft Vendor