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

Please reconsider providing an official alpine-extra image for ASP.NET (and runtime) that supports globalization. [This announcement mentions](https://github.com/dotnet/dotnet-docker/discussions/4821): > We don't plan to offer runtime and aspnet images based on 8.0-jammy-chiseled-extra....

enhancement
area-dockerfiles

Links lead to 404 in [samples/build-for-a-platform.md](https://github.com/dotnet/dotnet-docker/blob/main/samples/build-for-a-platform.md#lock-dockerfiles-to-one-platform): - [Dockerfile.debian-x64](https://github.com/dotnet/dotnet-docker/blob/main/samples/aspnetapp/Dockerfile.debian-x64) - [Dockerfile.alpine-arm64](https://github.com/dotnet/dotnet-docker/blob/main/samples/aspnetapp/Dockerfile.alpine-arm64) Edit: Further down, under __Conditionalize Dockerfile with --platform__, the link to the Dockerfile also leads to 404.

bug
area-documentation

Follow-up to https://github.com/dotnet/dotnet-docker/issues/5268. See https://github.com/dotnet/dotnet-docker/issues/5268#issuecomment-1998194894. We want to make upgrading OS versions an intentional choice (Not including Alpine). Undocumenting the CBL Mariner floating tags for .NET 6 and 7 will...

area-documentation

### Describe the Problem .NET 9 only supports one version of CBL Mariner. In order to bring it in line with our other distro offerings like Ubuntu, we should remove...

enhancement
area-dockerfiles

We often need to set several pipeline variables when manually queuing some pipelines. For example, `imageBuilder.pathArgs` to specify which images to build. We set these variables manually at the pipeline...

enhancement
area-infrastructure

We are using the Microsoft-provided Docker image called [mcr.microsoft.com/dotnet/aspnet:8.0](http://mcr.microsoft.com/dotnet/aspnet:8.0) in production. This is the current LTS image for the [ASP.NET](http://asp.net/) Core Runtime for .net 8. Unfortunately, this image contains the...

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

area-dockerfiles

Original issue: https://github.com/dotnet/dotnet-docker/issues/5164 The Aspire Dashboard Dockerfiles currently contain a workaround for a port environment variable issue with the Aspire Dashboard: https://github.com/dotnet/dotnet-docker/blob/02e6fbd795bb2637042de91092a1194f52ca825c/src/aspire-dashboard/8.0/cbl-mariner-distroless/amd64/Dockerfile#L31-L32 I did not find a tracking issue for...

area-dockerfiles

The aspire repo should be added to the Docker Images section of the release notes once official images are released. https://github.com/dotnet/core-private/pull/205/files#diff-926d0f3c14eb434e555cb0a05784a54a85cf04f70e62d3771da8dd540e10b14cR66

area-documentation

Follow-up to https://github.com/dotnet/dotnet-docker/pull/5148 and https://github.com/dotnet/dotnet-docker/issues/5155. We should implement scenario tests for Aspire Dashboard images. At a minimum, we should ensure that the dashboard image is able to start and verify...

area-infrastructure