dotnet-docker icon indicating copy to clipboard operation
dotnet-docker copied to clipboard

Docker images for .NET and the .NET Tools.

Results 155 dotnet-docker issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement
area-samples

Update Docker images at https://hub.docker.com/_/microsoft-dotnet to include Linux dependencies required for HTTP/3.

enhancement
area-dockerfiles

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...

enhancement
up-for-grabs
area-samples

It is one of the Security Context options. https://kubernetes.io/docs/tasks/configure-pod-container/security-context/

bug
area-samples

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.

enhancement
area-documentation

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...

enhancement
area-documentation

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...

bug
area-infrastructure

### 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...

bug
area-samples

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...

enhancement
area-samples

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...

enhancement
area-infrastructure