azure-container-registry

Azure Container Instances - from where to execute “docker login” before we execute “az container create” command

|▌冷眼眸甩不掉的悲伤 提交于 2021-02-11 12:40:25
问题 we need to deploy ACI - Azure Container Instance in private virtual network. We followed the example and prepared YAML file from this link. https://docs.microsoft.com/en-us/azure/container-instances/container-instances-vnet So now we need to execute before that our command: az container create --resource-group myResourceGroup --file vnet-deploy-aci.yaml in that yaml we are referencing our image, similarly like from the above example (just we are using our private repo ) image: mcr.microsoft

Azure Container Instances - from where to execute “docker login” before we execute “az container create” command

一曲冷凌霜 提交于 2021-02-11 12:39:39
问题 we need to deploy ACI - Azure Container Instance in private virtual network. We followed the example and prepared YAML file from this link. https://docs.microsoft.com/en-us/azure/container-instances/container-instances-vnet So now we need to execute before that our command: az container create --resource-group myResourceGroup --file vnet-deploy-aci.yaml in that yaml we are referencing our image, similarly like from the above example (just we are using our private repo ) image: mcr.microsoft

Can one use Docker Trusted Registry with Azure Kubernetes Service?

我只是一个虾纸丫 提交于 2021-02-11 08:08:10
问题 Does anyone know if you can use Docker Trusted Registry (DTR) with Azure Kubernetes Service (AKS)? Or is one required to use Azure Container Registry (ACR)? Thank you! Michael 回答1: It has always been possible to use registries beyond ACR with an AKS cluster if access and credentials are provided. You can read more details from here 来源: https://stackoverflow.com/questions/63267596/can-one-use-docker-trusted-registry-with-azure-kubernetes-service

Can one use Docker Trusted Registry with Azure Kubernetes Service?

只愿长相守 提交于 2021-02-11 08:07:56
问题 Does anyone know if you can use Docker Trusted Registry (DTR) with Azure Kubernetes Service (AKS)? Or is one required to use Azure Container Registry (ACR)? Thank you! Michael 回答1: It has always been possible to use registries beyond ACR with an AKS cluster if access and credentials are provided. You can read more details from here 来源: https://stackoverflow.com/questions/63267596/can-one-use-docker-trusted-registry-with-azure-kubernetes-service

Azure Containers deployment - “Operation failed with status 200: Resource State Failed”

亡梦爱人 提交于 2021-02-04 16:46:34
问题 From Azure we try to create container using the Azure Container Instances with prepared YAML. From the machine where we execute az container create command we can login successfully to our private registry (e.g fa-docker-snapshot-local.docker.comp.dev on JFrog Artifactory ) after entering password and we can docker pull it as well docker login fa-docker-snapshot-local.docker.comp.dev -u svc-faselect Login succeeded So we can pull it successfully and the image path is the same like when doing

Azure Containers deployment - “Operation failed with status 200: Resource State Failed”

只愿长相守 提交于 2021-02-04 16:46:03
问题 From Azure we try to create container using the Azure Container Instances with prepared YAML. From the machine where we execute az container create command we can login successfully to our private registry (e.g fa-docker-snapshot-local.docker.comp.dev on JFrog Artifactory ) after entering password and we can docker pull it as well docker login fa-docker-snapshot-local.docker.comp.dev -u svc-faselect Login succeeded So we can pull it successfully and the image path is the same like when doing

docker (behind a proxy) pull from azure container registry works but from registry-1.docker.io, it gives certificate signed by unknown authority error

青春壹個敷衍的年華 提交于 2021-01-28 05:15:18
问题 In ubuntu 18.04 VM I am behind a proxy, I've set up docker configuration with the same proxy. I created an azure container registry and when trying to docker pull from the registry it works. But when trying to: $docker run node:6 I get the error: "docker: Error response from daemon: Get https://registry-1.docker.io/v2/: x509: certificate signed by unknown authority." I've added the registry to /etc/docker/daemon.json: { "insecure-registries": ["registry-1.docker.io","myazureContainerRegistry

Pushing Docker image from gitlab-ci to Azure Container Registry

霸气de小男生 提交于 2021-01-27 10:43:59
问题 I am familiar with docker in docker (dind) but using along with microsoft/azure-cli image throw docker command not found . Here is my setup for gitlab-ci.yml file. I have created Service Principal which is used to authenticate to azure cloud and respective resource group. image: docker:latest variables: PASSWORD: ********* TENANT_ID: *****-************-************* APP_ID: *********-*****-***** CLIENT_ID: **************** ACR_ID: ******************* stages: - build - deploy services: -

Pushing Docker image from gitlab-ci to Azure Container Registry

与世无争的帅哥 提交于 2021-01-27 10:43:21
问题 I am familiar with docker in docker (dind) but using along with microsoft/azure-cli image throw docker command not found . Here is my setup for gitlab-ci.yml file. I have created Service Principal which is used to authenticate to azure cloud and respective resource group. image: docker:latest variables: PASSWORD: ********* TENANT_ID: *****-************-************* APP_ID: *********-*****-***** CLIENT_ID: **************** ACR_ID: ******************* stages: - build - deploy services: -

Azure Devops - release pipeline with docker and Azure Container Registry (ACR) - problem with tag

三世轮回 提交于 2020-12-13 03:26:54
问题 I have a very weird (and I suppose easy to fix) problem :) I am trying to have a working CI/CD pipeline in Azure. For this purpose, I have a repository in Azure devops and build and release pipeline created. I am publishing docker images to Azure Container Registry and during release, I am pulling this image (or at least - I am trying because it doesn't work) and I am trying to publish it on Webapp for containers. The "app" in my case it is SingalR hub on .NET Core 3.1 (but I don't suppose it