dotnet-docker
dotnet-docker copied to clipboard
Docker images for .NET and the .NET Tools.
### Describe the Problem Using NodeJS and similar tools is very common in web projects including the templates that we support out of the box for building single page applications...
Update Docker images at https://hub.docker.com/_/microsoft-dotnet to include Linux dependencies required for HTTP/3.
The [Dockerfile best practices](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#user) suggest services should be run with a non-root user. The current documentation and samples do not discuss or show the Dockerfile best practices around USER. They...
It is one of the Security Context options. https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
Add a section to https://github.com/dotnet/dotnet-docker/blob/main/documentation/image-artifact-details.md about getting license and notice files from the .NET Monitor images.
We only release and support the latest available .NET SDK feature band at any given time. For example if SDK releases 6.0.100, 6.0.200, and 6.0.300, we will only release .NET...
Now that https://github.com/dotnet/dotnet-docker/pull/4536 has been implemented, we no longer need to have duplicated Dockerfile entries between two different sets of shared tags, for the .NET 8.0 Bookworm Dockerfiles. Previous to...
### Describe the Bug Any time I try to run the docker sample app from the Microsoft Docker Hub Documentation here: https://hub.docker.com/_/microsoft-dotnet-samples/ for the command: `docker run -it --rm -p...
Within the .NET community there are users asking/discussing the best/recommended patterns for utilizing a NuGet package cache while building their .NET projects with Docker. Here is a recent [example](https://stackoverflow.com/questions/60799918/using-nuget-cache-inside-a-docker-build-with-net-core-when-offline). There...
Maintaining an appropriate image size has always been a priority for the .NET Docker images. Keeping image size down saves money and push/pull time, especially since it has a multiplying...