Can someone help me find where I missed the proxy settings? I build a devcontainer behind a proxy without using "features". No issues, all work fine. But once I added ``` "features": { "ghcr.io/devcontainers/features/terraform:1": {} }, ``` to devcontainer.json I've got an error: _[28506 ms] * Fetching feature: terraform_0_oci [49820 ms] Error getting blob: Error: connect ETIMEDOUT 185.199.108.154:443_ In my understanding, I should even see public IP like that one above. All http(s) request should go to the proxy server. From the container `env | grep -i proxy` returns the correct proxy settings. And the same build works with "features" on 4G network, or any "nonproxy" network , at home etc.