Skip to content

Commit

Permalink
remove linux only messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Jan 19, 2023
1 parent abd8c18 commit 81c9768
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions docs/ContainerCustomization.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ You can control many aspects of the generated container through MSBuild properti
> **Note**
> The only exception to this is `RUN` commands - due to the way we build containers, those cannot be emulated. If you need this functionality, you will need to use a Dockerfile to build your container images.
> **Note**
> This package only supports Linux containers in this version.
## ContainerBaseImage

This property controls the image used as the basis for your image. By default, we will infer the following values for you based on the properties of your project:
Expand Down
2 changes: 0 additions & 2 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ The `Microsoft.NET.Build.Containers` package infers a number of properties about
<!--The `Microsoft.NET.Build.Containers` package provides full control over the preceding properties. -->
For more information, see [Customizing a container](./ContainerCustomization.md)

> **Note**
> This package only supports Linux containers in this version.

> **Note**
> If you are publishing a console application (or any non-Web project) you will need to add the `/t:PublishContainer` option to the command line above. See [dotnet/sdk-container-builds#141](https://github.com/dotnet/sdk-container-builds/issues/141) for more details.
1 change: 0 additions & 1 deletion docs/ZeroToContainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ You should expect it to shrink noticeably over time!

* [.NET SDK 7.0.100-preview.7](https://dotnet.microsoft.com/download/dotnet/7.0) or higher
* Docker should be installed and running
* On Windows, Docker must be [configured for Linux containers](https://docs.microsoft.com/virtualization/windowscontainers/quick-start/quick-start-windows-10-linux)

## Usage

Expand Down
1 change: 0 additions & 1 deletion packaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ Pushed container '<your app name>:<your app version>' to registry 'docker://'

Out of the box, this package will infer a number of properties about the generated container image, including which base image to use, which version of that image to use, and where to push the generated image. You have control over all of these properties, however. You can read more about these customizations [here](https://aka.ms/dotnet/containers/customization).

**Note**: This package only supports Linux containers in this version.

**Note**: This package only supports Web projects (those that use the `Microsoft.NET.Sdk.Web` SDK) in this version.

0 comments on commit 81c9768

Please sign in to comment.