Hello,
Thanks for all the work you guys are doing on improving dagger behind a corporate proxy. I have been following the issues on Github. From what I understand with the latest v0.11.6, I should be able to build and run a dagger module within my coprorate environment. However, I get the following issue when running dagger -m github.com/shykes/daggerverse/hello@v0.1.2 call hello
It gets stuck on the following
...
32 : Container.directory(path: "/src"): Directory!
33 : cache request: copy / /hello
33 : cache request: copy / /hello DONE [0.0s]
34 : cache request: oci-layout://dagger/import@sha256:6313b8ab78fd9cc0e46e4311e52f20f41bdf52685a610bd8ee4a30cb14ad2ff8
34 : cache request: oci-layout://dagger/import@sha256:6313b8ab78fd9cc0e46e4311e52f20f41bdf52685a610bd8ee4a30cb14ad2ff8 DONE [0.0s]
35 : cache request: [internal] creating dagger metadata
35 : cache request: [internal] creating dagger metadata DONE [0.0s]
36 : load cache: creating dagger metadata
36 : load cache: creating dagger metadata DONE [0.0s]
37 : load cache: rm /hello/dagger.gen.go
37 : load cache: rm /hello/dagger.gen.go DONE [0.0s]
38 : load cache: mkfile /schema.json
38 : load cache: mkfile /schema.json DONE [0.0s]
39 : exec /usr/local/bin/codegen --output /src --module-context-path /src/hello --module-name hello --introspection-json-path /schema.json
39 : [0.2s] | generating go module: hello <!-- stuck here for both go and python-sdks >
I have set the _DAGGER_ENGINE_SYSTEMENV_GOPROXY env var in the dagger engine container to point to our internal go proxy. However it is still stuck, is there a way to debug further?
Thanks,