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

This is blocked on https://github.com/PowerShell/PowerShell/issues/20945. For reference: https://github.com/dotnet/dotnet-docker/discussions/5091

area-dockerfiles
needs-announcement

### Describe the Problem We currently have samples for standard ASP.NET Core apps. However, Blazor WASM apps are unique in that the build output is a static site, not a...

enhancement
area-samples

### Describe the Bug We want to build our application in DOTNET 8 inside a docker container on a Jenkins. During calling the dotnet command we get the following error...

bug

- [ ] Move `latest` tags in `manifest.json` to the new version - Relevant issue: https://github.com/dotnet/dotnet-docker/issues/2316 - [ ] Add the new .NET version to the .NET Framework SDK image...

area-release

- [ ] Include only the latest/LTS version of each operating system according to our [supported operating systems documentation](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-platforms.md#operating-systems).

area-documentation

- [ ] Consider creating new samples to feature new .NET or .NET Docker features

area-samples

### .NET Docker - [ ] update-dependencies - [ ] update-dependencies Dockerfile - [ ] Microsoft.DotNet.Docker.Tests ### Docker tools - [ ] file-pusher - [ ] file-pusher Dockerfile - [...

area-infrastructure

- [ ] Remove preview suffix from tags in `manifest.json` and/or `manifest.versions.json` - [ ] Move new version tags out of preview sub-tables in [MCR tags metadata templates](https://github.com/dotnet/dotnet-docker/tree/main/eng/mcr-tags-metadata-templates) - [...

area-infrastructure

I've discovered that you can run an ASP.NET Core image with a read-only file system but this requires you to turn off debugging and profiling support because otherwise you get...

enhancement
area-documentation

We just published container optimizations to the [Azure Container Apps .NET Workshop](https://azure.github.io/aca-dotnet-workshop/aca/12-optimize-containers/#31-table-of-improvements). This workshop provides guidance to our customers using ACA & .NET. Since ACA is Linux only, building for...

enhancement
area-dockerfiles