Skip to content

Behind a proxy: "Error getting blob: Error: connect ETIMEDOUT 185.199.108.154:443" #770

Closed as not planned
@OlehGap

Description

@OlehGap

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions