sdk-container-builds
sdk-container-builds copied to clipboard
Libraries and build tooling to create container images from .NET projects using MSBuild
Over at dotnet/dotnet-docker, we're looking into health checks. It started with needing to enable the scenario in distroless containers due to that being hard (installing `curl`) and now we're realizing...
Greetings, within a project we have encountered a difficulty with setting the healthcheck for the images generated by the dotnet publish targeting containers. The healtcheck is a standard instruction for...
There's no windows version of dotnet/runtime-deps - self-contained applications targeting windows should use one of * mcr.microsoft.com/windows/nanoserver * mcr.microsoft.com/windows/servercore with appropriate tags. Keeping in line with #414 we should bias...
The `AuthHeaderCache` used in `AuthHandshakeMessageHandler` currently in place, seems very sensitive in regards of the URLs which leads to unnecessary API call roundtrips for authentication. **The root cause:** `AuthHeaderCache` uses...
### Summary In version 0.3.2 of the `Microsoft.Net.Build.Containers` nuget, if you use a long enough `ContainerImageName` property that contains an uppercase letter, the publishing process will seemingly freeze. The root...
Steps to reproduce: 1. Setup a registry in a Docker registry provider (i.e. JFrog Cloud). The registry will be identified by `/`. Example: `registryprovider.example.com/registryname` 2. Specify the fully qualified registry...
Right now we generate a single tag for a new image, and that tag is based on the `Version` MSBuild property (which is fairly common to use, we could also...
Setup integration tests publishing the containers to various remote registries. The tests should be either - run in the optional pipeline - run based on schedule
Right now the AOT stack + this tooling makes it easy to package an AOT'd application for one OS/Arch - the current one. Other OS/arch combinations are blocked by the...
Hi, we are using initcontainers in kubernetes on-prem and in aks. The teams have to build quite long dockerfiles to build their sourcecode and to build an ef core initcontainer...