#Pulling dagger engine image via corporate proxy

1 messages · Page 1 of 1 (latest)

soft barn
#

Is there a configuration or argument to the dagge cli, that controls the image path, where the engine image container is pulled from?

I would like to change the path, to pull the image via a corporate proxy.

The default is:
registry.dagger.io/engine:[version]

https://github.com/dagger/dagger/blob/main/core/docs/d7yxc-operator_manual.md#distribution-and-versioning

GitHub

Application Delivery as Code that Runs Anywhere. Contribute to dagger/dagger development by creating an account on GitHub.

daring frigate
#

yes, you can set the _EXPERIMENTAL_DAGGER_RUNNER_HOST=docker-image://$image_name and that should do it