azure-container-registry Questions

5

I am storing my docker images in a private repository on Azure. Everytime I push an image to that repository with the same tag (e.g., latest), the previous image becomes untagged, but remains in th...
Handmedown asked 20/6, 2018 at 9:46

11

Solved

Push and image to Azure Container Registry task in Azure DevOps pipeline fails. Previous tasks are executed fine ie. docker image is created and login to ACR is successful. However, push-task fails...
Ouidaouija asked 3/4, 2019 at 12:28

3

Solved

I have the following terraform module to setup app services under the same plan: provider "azurerm" { } variable "env" { type = string description = "The SDLC environment (qa, dev, prod, etc......

8

I want to delete all images in Azure Container Registry except the last two. I was looking for an script for do so but I only find to delete images older than X days. This is not possible for my si...
Chausses asked 20/8, 2019 at 18:52

3

I am trying to publish my .Net core app docker image to Azure Container Registry using Visual Studio 2019. It was working fine, but suddenly I started to see the following error: Publish has encou...

10

The Container Setting on the App Service it self look solid: But the log pane shows errors: 2020-02-11 06:31:40.621 ERROR - Image pull failed: Verify docker image configuration and credentials (i...

4

Solved

I'm trying to push images to an instance of Azure Container Registry but it keeps failing even though I have logged in successfully.
Garwin asked 21/11, 2017 at 23:32

3

Solved

If I have the following tags and manifest in an ACR repository... Which returns the following when I run the following command... az acr repository show-manifests --name "[registry-name]&quot...
Photogene asked 7/9, 2022 at 15:58

5

Solved

Trying to deploy a nginix container from Azure Container Registry through function app, Getting an error as, Linux workers are not available in resource group How to enable linux workers to a...
Armagh asked 25/6, 2018 at 22:49

4

Following this documentation, Docker registry service connection is found in the following YAML. What is Docker registry service connection and where can it be found? trigger: - master variables:...

2

Solved

I got a pipeline in Azure Devops which has a task that pushes a Docker image to an Azure Container Registry. I want to know if there's a way to prevent this task to overwrite any existing Docker ta...

3

Solved

I'm bashing my head against the wall to try and figure out how to programmatically get a list of images in an Azure Container Registry. Everything seems to fall down to looking in Docker.DotNet's ...
Canonize asked 18/3, 2018 at 19:24

2

from ACA docs we have to specify target port of the container az containerapp create \ --name my-container-app \ --resource-group $RESOURCE_GROUP \ --environment $CONTAINERAPPS_ENVIRONMENT \ --...

3

We deploy a Linux App Service to Azure using terraform. The relevant configuration code is: resource "azurerm_app_service" "webapp" { app_settings = { DOCKER_REGISTRY_SERVER_URL = "https://${loc...

4

Solved

I have set up an Azure App Service (Linux) publish method being Code and have set up the appropriate pipeline to build and deploy my code (nodejs). Now I need more control on the host running my co...
Meimeibers asked 15/7, 2020 at 21:57

4

Solved

I'm trying to set up my App Container Service so that it can pull docker images from our ACR using Managed Identity, rather than storing the username and password in the app settings (apart from an...
Examinant asked 20/5, 2020 at 11:59

1

Solved

Created a docker image. Deployed the app as web service; create a registry and push the image to azure container and the app is running fine online. I tried to login but cant. Username or password ...

4

Quite me to this stuff, but I seem to miss something. I push an image to a private Azure registry and spawned a container instance right through the portal. Works like a charm. Now I changed someth...
Pleiad asked 4/7, 2018 at 18:39

1

We have a windows service application built using .Net framework 4.6.2. This .Net project is having references to Nuget packages from a custom Nuget feed. We have a requirement to use DevOps pipeli...

8

Solved

Getting below error while logging to container registry Command: docker login <MY_REGISTRY_NAME>.azurecr.io Error Message: Error response from daemon: Get https://<MY_REGISTRY_NAME>.az...
Guttersnipe asked 16/12, 2020 at 2:41

1

While studying for the AZ-204 certification, I found myself in a question related to two commands. Azure Container Registry (ACR) Run the sample/hello-world:v1 container image from your container ...

3

We have started to spin off products off the one big monolith into Azure. A product could also be called a micro service. A question that we have - should we have one Azure Container Registry (ACR...
Chrono asked 22/4, 2020 at 1:5

2

Solved

I'm building a docker image in an Azure DevOps pipeline, then I want to push it to the Azure Container registry. The registry is already created and I've configured DevOps to use it, also the build...

9

Solved

Is there a way to delete specific tags only? I only found a way to delete the whole registry using the REST/cli-acr Thanks
Hydropic asked 3/1, 2017 at 15:33

1

I am trying to deploy a multi-container web application to Azure App Services. The application runs fine from the images on my local machine however when I try to run it on app services it does not...
Metametabel asked 29/10, 2019 at 21:14

© 2022 - 2024 — McMap. All rights reserved.