dotnet-docker
dotnet-docker copied to clipboard
Docker images for .NET and the .NET Tools.
This is blocked on https://github.com/PowerShell/PowerShell/issues/20945. For reference: https://github.com/dotnet/dotnet-docker/discussions/5091
### 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...
### 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...
- [ ] 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...
- [ ] 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).
- [ ] Consider creating new samples to feature new .NET or .NET Docker features
### .NET Docker - [ ] update-dependencies - [ ] update-dependencies Dockerfile - [ ] Microsoft.DotNet.Docker.Tests ### Docker tools - [ ] file-pusher - [ ] file-pusher Dockerfile - [...
- [ ] 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) - [...
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...
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...