sdk-container-builds
sdk-container-builds copied to clipboard
Libraries and build tooling to create container images from .NET projects using MSBuild
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"...
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...
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...
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...
[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`...