David K. Wright
                                            David K. Wright
                                        
                                    Same, 5k-10K employee company and this issue prevents good adoption of dev containers. @bamurtaugh. Ty for considering.
One additional point: I can make things work if I do a Dockerfile explicitly. (I can copy our certificate into the container, etc.). I can then manually add "features" in...
Great feature idea @bdsoha. Hope we get to the point where that is doable!!
@bamurtaugh Been thinking about this issue a lot. I'm new to dev containers, so there is a lot I don't yet understand and my thoughts may be "off" as a...
>Features are added after any user-provided Dockerfile runs, so that Dockerfile should be able to add custom certificates. @chrmarti In my version of dev container extension, v0.295.0, it does something...
> The features are downloaded on the host machine. You could use the NODE_EXTRA_CA_CERTS environment variable to work around the missing support (bash syntax below): > > ``` > NODE_EXTRA_CA_CERTS=/path/to/cert.pem...
@chrmarti: So I am able to build with the dev container cli, when I have correctly set NODE_EXTRA_CA_CERTS. Oddly, however, the only way to work within the dev container from...
Also, the Makefile should be fixed. `make build` builds the image with `staging-k8s.gcr.io` but the manifest file for guestbook controller points to registry.k8s.io.
Just want to say that I think this could be such a super important issue to tackle, with the mass interest in Mastodon. I am finding it unusually challenging to...
Essentially, hundreds, maybe thousands of Docker based "hello world" examples are now broken because the image has not been rebuilt in so long.