nsadehN

Following up on my question from above: I have a docker image in a protected container registry. My

Following up on my question from above: I have a docker image in a protected container registry. My docker on my host machine where I have Windmill deployed can run
docker pull $IMAGE
no problem, in Windmill, I cannot pull my docker image as it's not authenticated. How can I authenticate Windmill? This is the script I run locally to auth

gcloud auth print-access-token \
  | docker login \
  -u oauth2accesstoken \
  --password-stdin us-east4-docker.pkg.dev
Was this page helpful?