#Hi !
1 messages · Page 1 of 1 (latest)
docker login is for dagger cloud, you do not need to login for pulling from a private repo .
To pull from a private repo, you need to setup a custom dagger engine that runs on your mahcine:
https://docs.dagger.io/manuals/administrator/custom-registry
But first you need to setup a custom engine: https://docs.dagger.io/manuals/administrator/custom-runner
Oh ok in my azure ci i was trying to use a docker login linked to my azure container registry
ah you aid docker login, not dagger login 😄 but either way dagger will not be able to pull the image
Yeah i will probably use dagger cloud when we will be abble to selfhost it
But i will try all of this ! Thanks
@sage mural @tender vault docker login should work. Dagger uses those credentials if they're available
ah! I think I got mixed up because my use case at work has internal custom registry image with custom tls cert. but If the image is on dockerhub then no custom engine is needed.
🤦♂️
yes, that makes sense if the registry requires a custom cert.
we publish images to jfrog and nexus artifacts
I hope I didn't send @tender vault down the wrong route too far!
I use docker login ! No wories !