skip to Main Content

Azure Container Instances: deploy to private ip with yml

I'm trying to deploy container with yml. Deployment file looks like this: apiVersion: 2019-12-01 location: westeurope name: imgeneus-login properties: imageRegistryCredentials: - server: imgeneusregistrytest.azurecr.io username: imgeneusregistrytest password: #{registryPassword}# restartPolicy: OnFailure containers: - name: imgeneus-login properties: image: imgeneusregistrytest.azurecr.io/imgeneus.login:latest resources: requests: cpu: 1…

VIEW QUESTION

Duplicate image registries 'index.docker.io' found in the 'imageRegistryCredentials' of container group

[PS C:SourceVelocityAzurev0.10.0credentialagent-docker-compose> docker compose up [+] Running 0/1 - Group credentialagent-docker-compose Error 1.7s containerinstance.ContainerGroupsClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="DuplicateImageRegistries" Message="Duplicate image registries 'index.docker.io' found in the 'imageRegistryCredentials' of container group 'credentialagent-docker-compose'." PS C:SourceVelocityAzurev0.10.0credentialagent-docker-compose>] This was working for…

VIEW QUESTION
Back To Top
Search