511 questions with Azure Container Registry tags

Sort by: Updated
1 answer

Accidentally deleted container registry

Hello there, Today unfortunately I delete a container registry (by az cli). Is there any way to recover it? Thanks, Csanad

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
511 questions
asked 2024-09-23T18:19:13.5833333+00:00
Csanád Tabajdi 20 Reputation points
commented 2024-09-25T17:33:09.55+00:00
Anonymous
2 answers

Windows container image build is failing on this step in dockerfile RUN dotnet publish -c release -o /app

Hello, I am trying to follow this link to build and create container images in ACR. …

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
511 questions
asked 2024-09-07T00:26:48.94+00:00
Sunny Mittal 21 Reputation points
edited the question 2024-09-19T15:31:56.9966667+00:00
Rakesh Gurram 15,715 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

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.
511 questions
asked 2024-08-15T02:21:48.0633333+00:00
Bergs 60 Reputation points
accepted 2024-09-18T06:09:45.04+00:00
Bergs 60 Reputation points
2 answers

Azure Function are not loaded at runtime after deployment.

Problem : Function are not loaded at runtime after deployment. Deployment method: We are using terraform automation for creating azure function resource in azure. Than we build docker container using dockerfile and push it to Azure container registry and…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
511 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,932 questions
Developer technologies | .NET | .NET Runtime
asked 2023-05-04T17:13:09.2566667+00:00
AJAY KUMAR 1 Reputation point
commented 2024-09-16T12:27:12.69+00:00
Rojas, Carlos 0 Reputation points
1 answer

Stuck on Container Instance tutorial: <service-principal-ID> and <service-principal-password>

Hey, Part 3 of the tutorial: https://learn.microsoft.com/en-us/azure/container-instances/container-instances-tutorial-deploy-app I'm stuck on the tutorial for creating and deploying a container image. I made it to the 'Deploy Container' part of…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
511 questions
asked 2022-05-20T14:28:30.233+00:00
Stefan 16 Reputation points
commented 2024-09-16T09:56:42.0566667+00:00
Dave K 0 Reputation points
0 answers

401 error webhook fetching image from ACR to webapp

I've got an app in one resource group and a container reigstry in another. I get 401 errors on the webhooks that are automatically set up in the ACR to tell the webapp that there is a new image. I've got CI set to active in the app. I've got…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
511 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,968 questions
asked 2024-09-09T13:12:41.7566667+00:00
alexander Lindgren 0 Reputation points
commented 2024-09-13T00:55:24.56+00:00
Anonymous
1 answer

Azure Function with Docker not showing in list / running properly

I have created an Azure Function with the following Docker Image: FROM mcr.microsoft.com/azure-functions/python:4-python3.11 ENV AzureWebJobsScriptRoot=/home/site/wwwroot \ AzureFunctionsJobHost__Logging__Console__IsEnabled=true COPY requirements.txt…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
511 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,932 questions
asked 2024-09-06T10:24:20.1533333+00:00
Banias Baabe 0 Reputation points
edited an answer 2024-09-10T16:01:33.51+00:00
Anonymous
1 answer

Max memory per Container Instance in an ACR

Hey, I see that the max memory for a Container Registry ist 16gb. Is this shared across Containers or summed? Let's say I have 4 containers that are build sequentially with a github actions script. Do I have to split my memory across the 4 containers…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
511 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
757 questions
asked 2024-09-05T18:35:49.2066667+00:00
RSale 0 Reputation points
commented 2024-09-09T18:34:03.1366667+00:00
Anonymous
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.
511 questions
asked 2024-09-02T12:45:47.2133333+00:00
Orhan Ozdemir 5 Reputation points
commented 2024-09-06T20:04:21.6+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

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.
511 questions
asked 2024-08-12T23:31:26.8566667+00:00
curious7 271 Reputation points
accepted 2024-09-05T12:42:29.17+00:00
curious7 271 Reputation points
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.
511 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
Anonymous
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.
511 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
757 questions
asked 2021-02-21T11:52:12.423+00:00
jbx999 256 Reputation points
commented 2024-08-30T07:01:04.2933333+00:00
Anonymous
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.
511 questions
asked 2024-08-13T13:55:54.99+00:00
answered 2024-08-26T11:32:50.87+00:00
Anonymous
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.
511 questions
Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,457 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.
61 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.
511 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
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.
511 questions
asked 2024-08-06T03:04:45.4633333+00:00
Payyd tech works LLC 5 Reputation points
edited a comment 2024-08-16T06:12:46.18+00:00
Nikhil Duserla 8,015 Reputation points Microsoft External Staff Moderator
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.
511 questions
Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,457 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,487 Reputation points Moderator
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.
511 questions
Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,457 questions
asked 2024-08-02T08:10:14.7033333+00:00
Anonymous
commented 2024-08-02T13:31:41.99+00:00
Prrudram-MSFT 28,281 Reputation points Microsoft Employee Moderator
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.
511 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 8,015 Reputation points Microsoft External Staff Moderator
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.
511 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,968 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) 78,006 Reputation points Volunteer Moderator