Private pipeline image from Azure container registry

Uwe Voigt October 21, 2019

Hi,

I cannot just use a image hosted in my Azure container registry as pipeline image. The result is:

rpc error: code = Unknown desc = failed to resolve image "abc.azurecr.io/scpi-cli:latest": no available registry endpoint: invalid auth config

The pipeline starts with

image:
  name: abc.azurecr.io/scpi-cli:latest
  username: ${DOCKER_LOGIN}
  password: ${DOCKER_PASSWORD}

regardless if there is the email property added or not, it does not work

 

(btw. there cannot be a variable used for the server part of the image name.)

 

 Thanks for your help

1 answer

1 accepted

0 votes
Answer accepted
Uwe Voigt October 21, 2019

You cannot write ${varname} but must use $varname

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events