Questions tagged [acr]
100 questions
0
votes
0 answers
What is the way to upate latest image in ACR
Several questions in this post. I'm using Azure Kubernetes service, and I have images in ACR.
When I use kubectl run my-pod --image my-acr/my-image, does it use the image with latest tag, eg, my-acr/my-image:latest.
When I push the image built…

Bomin
- 1,619
- 5
- 24
- 39
0
votes
1 answer
In Azure pipeline - how to build docker image with multiple image tags
task: Docker@2
inputs:
containerRegistry: 'my-registry'
repository: '$(System.TeamProject)/$(Build.Repository.Name)'
command: 'buildAndPush'
Dockerfile: 'Dockerfile'
tags: |
$(Build.SourceVersion)
$(Build.SourceBranchName)
is it possible to do…
0
votes
0 answers
How to optimize JDBC DB2 Automatic client reroute (ACR) it Takes too long
We have a DB2 environment in a HADR cluster.
The Java application connects to the database via JDBC. In the event of an error, this should connect to the backup database.
This connection takes about 50 seconds
How can I speed that up?
This is my…

Thomas
- 1
0
votes
0 answers
ACR1252U-M1 does not write information into txt files
I am using nfc reader ACR1252U-M1. But when I put my card on it,reader does not write anything to a txt file but creates some device in the system( which deletes when card is removed from a reader).
Is there a way to make this reader write into a…
0
votes
1 answer
Getting timeouts on `az acr login` in Windows though `az acr health-check` shows that ACR is healthy
Whenever I'm running az acr login -n i'm getting following message:
Error response from daemon: Get "https://acrau*****.azurecr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Login…

Jack Spektor
- 1,097
- 1
- 11
- 30
0
votes
1 answer
Can we move docker images from one repository to another repository inside same azure container registry
I have docker images with some tags uploaded at one of my repository but I need to pick some images from that repository and move it to another repository. Both of them are residing inside a same azure container registry.
So far I have created the…

ar d
- 51
- 5
0
votes
1 answer
How to use docker build task in the Azure devops
I am trying to build a docker image through Azure DevOps am using sample app (Node Js) to build tag and push to the azure acr, unfortunately its getting failed to find the image
In my yaml config I use AZ CLI task to tag and push the image ,…

cloudcop
- 957
- 1
- 9
- 15
0
votes
1 answer
The resource with name 'name' and type 'Microsoft.ContainerRegistry/registries' could not be found in subscription
I am working on a script where I want to run az acr import. The command tries to list the repository but fails with the error: The resource with name 'name' and type 'Microsoft.ContainerRegistry/registries' could not be found in subscription
As you…

Susheel Bhatt
- 65
- 6
0
votes
0 answers
Deploy a docker container through Azure pipelines without pulling a new image from ACR
I have been burning my remaining neurons during the last week with this issue.
The challenge that I am facing is that I am trying to upload or push a modified container to my Azure Container Registry using Azure DevOps pipelines without undoing the…

Lee Andrew
- 35
- 8
0
votes
0 answers
Xamarin Forms - ACR UserDialog smooth transition
I have an app with two pages. One of them is the MainPage, which is opened first when the app is opened. The second page is there to update values (user input), sent them to a server and returning to the MainPage (all in one click under one…

Ganesh Gebhard
- 453
- 1
- 7
- 20
0
votes
1 answer
How to connect ACR with Azure devops pipeline such that whenever there is a new image in ACR azure devops pipeline trigger
How to connect ACR with Azure devops pipeline such that whenever there is a new image in ACR azure devops pipeline trigger. Webhook is one option but how to setup it what should be URI need to specify to send post notification and then how to use…

Vaish
- 1
0
votes
1 answer
How to copy images from GHCR to ACR
Looking for an example in GitHub actions workflow to clone a specifc image name by commit SHA from GHCR (GitHub registry) to ACR (Azure registry) with a need to copy all the tags and labels from the source repository to the target.
At the moment,…

Zefferno
- 55
- 1
- 5
0
votes
3 answers
Create imagePullSecrets from Azure key vault
To preface, I am new to leveraging Kubernetes in Azure, so I might get some terms wrong. Sorry in advance.
I have been attempting to find a way to create Kubernetes secret objects that are populated with values from Azure key vault (AKV) in Azure…

5w3rv0
- 7
- 5
0
votes
3 answers
Unable to import images from public registry
I'm following this guide and when I try to import cert-manager images in my private ACR from command line I receive this error:
(InvalidParameters) Operation
registries-561d08e9-81e5-11ed-baec-f834415bade1 failed.…

Roberto Conte Rosito
- 2,080
- 12
- 22
0
votes
1 answer
AzureDevOps Pipeline Create Secret Fail
I have 3 stages in my pipeline for deploying to AKS.
Create Secret
Kubectl apply
Deploy to AKS
but I got this error in Kubectl apply:
2022-12-14T08:01:54.5561492Z [command]/usr/local/bin/kubectl delete secret qa-aks-acr-secret --namespace…

Vladimir Petukhov
- 89
- 1
- 8