Chad Hanley
Chad Hanley
Even more confusing my assets were built into global-s3-assets for templates and regional-s3-assets for the lambda zips. So not sure why ./dist is mentioned at all. It seems like the...
You have to set the env variable on the engine. Not the client side. ``` docker run -d --name customized-dagger-engine --privileged -e _DAGGER_ENGINE_SYSTEMENV_GOPROXY ```
Yes, change the image not just the version or package manager.
Here is the behavior I see: ``` claude config set -g env '{"NODE_EXTRA_CA_CERTS": "/etc/ssl/certs/ca-certificates.crt"}' ``` This does update the ~/.claude/settings.json ``` cat ~/.claude/settings.json { "env": { "NODE_EXTRA_CA_CERTS": "/etc/ssl/certs/ca-certificates.crt" } }...