#Is there a way to pull the dagger engine image from a private registry?

1 messages · Page 1 of 1 (latest)

whole siren
#

Hello!
I want to pull the image registry.dagger.io/engine:v0.15.0 from my private registry, which is mirroring registry.dagger.io. I found this (old) issue on GitHub with some suggestions: https://github.com/dagger/dagger/issues/5417
I tried export _EXPERIMENTAL_DAGGER_REGISTRY=<myregistry> and export DAGGER_ENGINE_REGISTRY=<myregistry>. But when I run for example dagger init ... it still tries to pull from registry.dagger.io. Is this not supported?

GitHub

What are you trying to do? In the context of our project, we are attempting to set up Dagger, a task runner and workflow orchestrator, in an environment where all services and resources are exclusi...

proven crypt