sdk-container-builds icon indicating copy to clipboard operation
sdk-container-builds copied to clipboard

Libraries and build tooling to create container images from .NET projects using MSBuild

Results 145 sdk-container-builds issues
Sort by recently updated
recently updated
newest added

We have a problem with discoverability of the configuration options for container publish. One avenue for raising the visibility would be a dedicated Property Page (or Property Page Section) for...

enhancement
Area: Visual Studio
Area: Integrations

MSBuild has an Xml Schema Definition file in its repo that can be used by editors to perform some basic auto-completion/validation. We should add our properties to it in some...

If I run this using simple image name (without registry prefix), it works without problem. If I use registry prefix, it just hangs indefinitely. Registry is my real existing azurecr...

documentation

Related to https://github.com/Azure/azure-dev/issues/2632 Suppose that a user or tool wants to run `dotnet publish -p:PublishProfile=DefaultContainer` to build the image locally, and then publish it in a subsequent step outside of...

Partner request
Area: Integrations

### Describe the bug If you use -p=ContainerImageTags=latest;{githubid injected here} the command line doesn't work on github actions nor by putting a random value in locally. None of the escape...

documentation

The CI Example in the Blog Post https://hub.docker.com/_/microsoft-dotnet-nightly-sdk/ relies on an `ubuntu-latest` base image to run the build and uses the `actions/setup-dotnet@v2` to setup the .NET SDK. After that the...

enhancement
Area: Registries

### Describe the bug I want to publish a Docker image behind a corporate proxy using `dotnet publish`. I had to find out, however, that the proxy settings (via for...

Actually, the image tag is build from the `TargetFramework` and use stable tag. ```xml net7.0 7.0.9 ``` Something like ```xml $(RuntimeFrameworkVersion) ```

Area: Inference

Currently the image gets pushed to the remote registry when `ContainerRegistry` is set. pseudo logic: ``` LoadLocal := ContainerRegistry == "" PushRemote = ContainerRegistry != "" ``` It may be...

help wanted
Area: Task

Follow up: https://github.com/dotnet/sdk-container-builds/issues/424 Steps to repro: - set to force chunked upload - prepare project to publish (dotnet new webapi) - login to public AWS ECR - configure publish profile...