David Negstad

Results 100 comments of David Negstad

Any reason we aren’t using the current LTS version (24-alpine)? We should also consider whether we need to copy .npmrc (or similar files) for private registry support when building in...

> The current Dockerfile copies everything 😬 There’s two problems to solve for in a Dockerfile; minimizing build time on subsequent builds and minimizing the final image size. Copying the...

Main argument for keeping a smaller final image is to avoid ballooning the image store more than necessary.

It depends on whether the image is tagged or not; if it's an intermediate step, it may be added to the image cache, but you won't get a tagged image....

We just updated the orchestrator to send ctrl+break when closing processes on Windows; I believe that should fix this particular issue.

I've confirmed that I hit ApplicationStopping with the updated orchestrator. I'm going to close this issue out since we seem to be fixed in main, but let us know if...

I'm actively working on adding the ability to configure individual resources (such as Azurite containers) with HTTPS support, either via the ASP.NET development certificate or a custom user provided certificate....

I've found that the .NET Storage SDK does NOT like localhost (it assumes anything that isn't an IP address MUST be a custom storage domain and tries to parse it...

I'd still like to be able to at least hint at `https` vs `http` via some mechanism to allow lighting up HTTPS automatically when possible.

Yeah, that would be a clean way to detect things since it would "just work" if someone manually setup a container for certificates.