Rich Lander
Rich Lander
The next Ubuntu LTS is practically on our doorstep. We should do the following: - Do nothing for .NET 6/7 - Add Noble to .NET 8 - Ship only Noble...
This ENV is set in various `runtime-deps` and `runtime` images, and in various samples. It would be good to document why it is needed and which parts of the codebase...
Today, we produce distroless variants for all image types except SDK. In thinking more about it, it isn't obvious why that is. The benefits of distroless and the reasons why...
We should fix this. https://github.com/dotnet/dotnet-docker/blob/7bca20cb06e1f912fc2e7fa8ce04dda606277537/samples/kubernetes/non-root/non-root.yaml#L15-L17
We're updating the samples to be fully multi-platform friendly. It would be good to have a test that validates that, along the lines of the following. It would be most...
It is one of the Security Context options. https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
This is an proposal of a new schema for OS Support information. It is based on a collaboration with @Falco20019 with ideas developed in https://github.com/dotnet/core/pull/9210/. Once we agree, the intent...
The instructions should be updated for .NET 6, 8, and 9. They should include all the OS versions we support. It is OK if they include out-of-support OSes. I think...
We want to present EOL information in NuGet: https://github.com/NuGet/NuGetGallery/issues/9837 However, NuGet has TFMs not .NET versions. There is no straightforward way to map `net5.0` to `channel-version` == `5.0` in https://github.com/dotnet/core/blob/main/release-notes/releases-index.json....
We are no longer supporting Ubuntu 18.04 images. I tried to update them, but there doesn't seem to be matching images for a higher Ubuntu version. https://github.com/dotnet/machinelearning/blob/70e191b3fae444f6625fdc001071de1e2bd1080b/.vsts-dotnet-ci.yml#L33-L40 The CentOS 8...