Skip to content

Commit

Permalink
Remove negative language
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussell authored Oct 31, 2023
1 parent 52e40ed commit 4c3f8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/supported-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ They include:
- Debian, unless specified (like `6.0-alpine`).
- All [supported architectures](supported-platforms.md#architectures).

**Note:** Since .NET 8, these multi-platform tags **specifically exclude all Windows versions** due to `containerd`'s unintuitive platform matching algorithm for Windows hosts.
**Note:** Since .NET 8, these multi-platform tags **specifically exclude all Windows versions** due to `containerd`'s platform matching algorithm for Windows hosts.
Please see [#4492 (Switch multi-platform tags to Linux only)](https://github.com/dotnet/dotnet-docker/issues/4492) for more context.
If you are using Windows, you will need to explicitly specify an OS Version with a single-platform tag like so:
```Dockerfile
Expand Down

0 comments on commit 4c3f8a3

Please sign in to comment.