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

I have recently updated `Microsoft.NET.Build.Containers` from version _0.4.0_ to _7.0.302_ and updated the publish command to publish directly to our Azure Container Registry (ACR). This causes our webhook to fire...

How can I build a docker image without a manual Dockerfile, but without pushing to a registry - even local? I can handle the upload myself after.

The Ubuntu chiseled containers (e.g. 8.0-preview-jammy-chiseled) are a much lighter-dependency version of the normal Ubuntu container, and we should consider opting users into them when the user's configuration meets the...

Area: Inference

I am worried this might be the wrong repository, but I am reporting a bug for the Microsoft.NET.Build.Containers package, which lists the source repository here on NuGet ([link](https://www.nuget.org/packages/Microsoft.NET.Build.Containers)). SDK Version:...

- What type of review is needed to thumbs-up this enlistment and its' design? - Is an official thread model needed?

When pulling Docker Hub, we should attempt a credential-less authentication to the Docker Hub authentication server `auth.docker.io` with the service `registry-1.docker.io` and the scope `repository:{repository name}:pull`. This will issue us...

Area: Authentication

Currently users cannot specify a `ContainerBaseImage` just by SHA digest. This means there is no real workaround for cases when our inference can't decipher a manifest list, or when an...

Area: Task

When running our tooling on a clean system, we fail with an exception trying to read the Docker config.json. This a) shouldn't be required for 'authentication-less' pulls like those from...

Area: Errors
Area: Authentication

For usability, we should infer a tag of `latest` when a user provides a base image with no tag. This matches the Docker CLI tooling and should provide an easier...

Area: Task

As noted in https://github.com/dotnet/sdk/pull/32876#issuecomment-1568956474, Docker Hub (and likely other registries) seem to be requiring OCI media types (and thus schemas) for manifests, and likely indexes, descriptors, etc - all the...

Area: Registries