cli icon indicating copy to clipboard operation
cli copied to clipboard

Read root certificates from OS cert stores

Open jglogan opened this issue 2 years ago • 12 comments

OS: Mac OS 13.1 VS Code: 1.71.1 Dev Containers extension: 0.279.0 Dev container CLI: 0.29.0

I submitted an issue on the VS Code remote extension repo but it wasn't getting any responses, so trying here...

I've created and published a feature to our internal Artifactory repo named docker.xyz.com/john/devcontainer-features/test-alpine:0, and confirmed that I can launch via the devcontainer CLI a devcontainer that refers to this feature.

When I try to open in a container using the same devcontainer.json with VS Code, it fails when trying to run devcontainer read-configuration.

When I try to run that failing command from a shell, it works fine. I'm going to have a close look at the code but was wondering if anyone else has encountered this and found a workaround?

FAILURE LOG: failure.log

SUCCESS LOG: success.log

jglogan avatar Feb 14 '23 21:02 jglogan