sdk-container-builds
sdk-container-builds copied to clipboard
Libraries and build tooling to create container images from .NET projects using MSBuild
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...
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...
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...
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...
### 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...
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...
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...
Is it possible to containerize azure function apps using this sdk ?
@[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...