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

Fixes https://github.com/dotnet/sdk-container-builds/issues/571

Once https://github.com/dotnet/sdk/pull/39840 lands we will support writing to insecure registries following the existing container engine mechanisms ([insecure-registries](https://docs.docker.com/reference/cli/dockerd/#insecure-registries) in docker daemon.json config, podman [registries.conf configuration](https://podman-desktop.io/docs/containers/registries#setting-up-a-registry-with-an-insecure-certificate)). We should document this support and...

documentation

Users often already have some familiarity with Dockerfiles and think in those terms. It may be helpful to have an example Dockerfile to point to in the docs here, where...

documentation

Containers may support an OCI Annotation that is used to declare their support status. For example, soon Microsoft-produced images will support the `vnd.microsoft.artifact.lifecycle.end-of-life.date` annotation. The SDK Container tools should support...

Area: Task
Area: Integrations

I've tried to enable debugging a worker project using the SDK container build, but failed to do so. Apparently, only the `Web` SDK supports SDK container style debugging. It'd be...

Area: Visual Studio

### Describe the bug We are using custom aspnet-runtime-images with OCI manifest. When using `dotnet publish -p:PublishProfile=DefaultContainer` with csproj's `ContainerBaseImage` pointing to our custom image, publish fails (exception below). Our...

Area: Task

It's possible for containers to be specified in a 'manifest list' - a set of container image manifests that represent the same application on different underlying OS/hardware configurations. Fundamentally this...

enhancement
Area: Image
Area: Task
Partner request
size:3

I am using a custom base image using the `ContainerBaseImage` tag in my csproj. The repository the base image is in is using an internal Quay server, backed by a...

Area: Registries

Is it possible to containerize azure function apps using this sdk ?

enhancement
Area: Integrations

@[wasabiii](https://github.com/wasabii) has reported on the `MSBuild` channel of the DotNetEvolution discord that we have a few issues with our .NET Framework TFM support. At minimum we set an entrypoint of...

Area: Task