Hello there,
I am currently playing around with Dagger within our companies Github Enterprise where we are limited to the companies docker registry. So my very basic Dagger pipeline fails with
Downloading CLI... OK!
Creating new Engine session... OK!
Establishing connection to Engine... 1: connect
1: > in init
1: starting engine
1: starting engine [6.89s]
1: connect ERROR: new client: failed to run container: Unable to find image 'registry.dagger.io/engine:v0.8.4' locally
For me it looks like there is no access to images from foreign registries but the companies registry is able to proxy images from some of the more widespread registries like dockerhub or ghcr. So my question is.
-
Is the docker engine image available on other registries than
registry.dagger.io? -
Is there a way to instrument the dagger client to pull the engine from another location?
Thanks for that awesome project! I already had a lot of fun with it and could do some proof of concepts for some of our ci problems we face here every day. Regards, Sebastian