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

In a .NET 7 project with 7.0.302 SDK, I have the following: ```csproj artifactory.example.dev path/to/image/dev latest ``` When I publish this, it claims to have worked: ```bash $ dotnet public...

Related to https://github.com/dotnet/sdk-container-builds/issues/314 and https://github.com/dotnet/sdk-container-builds/issues/418 Current error message is as following: /opt/azure_repos/home_dir_tgw_user/.nuget/packages/microsoft.net.build.containers/0.4.0/build/Microsoft.NET.Build.Containers.targets(195,5): error CONTAINER1013: Failed to push to the output registry: System.ApplicationException: CONTAINER1001: Failed to upload blob to POST**** Consider...

currently `Registry` class contains a lot of logic related to specific registry: Amazon, Google etc. it gets hard to handle all the specifics of registries in one class. Implement "provider"...

refactoring

When choosing any self-contained image, we should set the inferred environment variables to match what happens in the `runtime` images to help ensure consistent user experiences. See the [windows runtime-less...

Area: Inference
Priority: High

The tarballs-of-tarballs emitted by `docker load` have bare `.tar` files inside them; ours should presumably look just like that. However, when naively doing so (7c9a270), I ran into an error:...

As part of the 'grow up' story for the tool, it would be great if there was a way to scaffold out the Dockerfile equivalent of what we do in...

help wanted
good first issue
Area: Task
Partner request
Area: Integrations

I have a simple build process in place where a base image is built and tagged as "name:tag" where name is of the form "proj.name" and tag is a semver...

bug
help wanted
Area: Task

[Valleysoft.DockerRegistryClient](https://github.com/mthalman/DockerRegistryClient) is an established library for communicating to registry APIs, and it includes data models for the expected data types. It also includes an implementation of the auth handshake. We...

We should add some registry-specific checks (like have been done for Amazon Elastic Container Registry endpoints) that issue a warning * if the `docker.io` URI is used as the `ContainerRegistry`...

enhancement
Area: Registries