Questions tagged [acr]
100 questions
0
votes
0 answers
'public' folder ignored either in docker, Github actions or Azure Container Registry
I have a Next.js project which I'm creating a docker image from, and then publishing to Azure Container Registry via Github Actions.
My Dockerfile is as follows:
FROM node:12.3.1-alpine
WORKDIR /app
COPY . /app
RUN ["npm", "install"]
RUN ["npm",…

jsaele
- 41
- 2
0
votes
1 answer
How to trigger a Logic App from ACR Task?
Is there any way to trigger a Logic App after a successful ACR task run like a custom connector or a webhook?

Anuj Sehgal
- 23
- 6
0
votes
2 answers
Not able to login to ACR using docker login
I have certain docker images on the docker server hosted in the corporate network. The docker machine works fine and able to execute all docker commands.
I have created the ACR repository and now want to push these docker images to ACR.
ACR is…

user2315104
- 2,378
- 7
- 35
- 54
0
votes
1 answer
can i run a Windows IIS ACI and connect to an Oracle ACI both running in Azure?
I am getting the following error in Azure when creating a Windows ACI on a virtual network in Azure:
"The requested resource is not available in the location 'westeurope' at this moment. Please retry with a different resource request or in another…

Mike Fellowes
- 13
- 4
0
votes
1 answer
Fetch the latest image from ACR that doesn't start with a prefix
I'm gonna fetch the latest image from ACR repository which doesn't include a specific prefix:
Here is what I have now:
$ az acr repository show-tags --name myacr --repository myrepo --orderby time_desc --top 1 --output tsv
The list of images are…

Matrix
- 2,399
- 5
- 28
- 53
0
votes
1 answer
How create azure logic app for Azure ACR?
Is there any trigger & action for ACR in Azure Logic App?
Thanks

Mehrdad Abdolghafari
- 335
- 1
- 7
- 16
0
votes
1 answer
Using Docker Client with Azure Container Registry
I want to use local docker client with the Azure Container Registry.
I got the access keys for ACR. I use them as below:
docker login .azurecr.io
username:
password:
docker successfully logs me in.
docker image list…

Vyas Bharghava
- 6,372
- 9
- 39
- 59
-1
votes
1 answer
Az acr build command info needed
As per the documentation https://learn.microsoft.com/en-us/azure/container-registry/container-registry-quickstart-task-cli the below command builds and pushes to registry. What if I need only build and then push based on my interest .Because I have…

avinash mitta
- 11
- 5
-1
votes
2 answers
Azure blueprint deployment, getting Resource ID of publicIPAddresses of ACR Cluster
I have an Azure blueprint, which deploys an Azure ACR Cluster. Creating the cluster also triggers creating of the publicIPAddresses of the cluster. I need to get the Resource Id of that IP to be able to automate assigning a DNS/A record to that…

CityMan
- 1
- 2