Matt Thalman
Matt Thalman
We have an existing issue for tracking layer size at https://github.com/dotnet/docker-tools/issues/745
[Triage] Benefits of tracking image size: * Identify unintended size increase/decrease and what caused it * Validate that changes made to decrease image size actually had the impact we expected
@adityapatwardhan - Should this be ready to implement now that 7.2.0-preview.8 has been released?
@adityapatwardhan - Any update on the work to enable this?
Example SHA file output for a release build: https://pwshtool.blob.core.windows.net/tool/7.3.0-preview.3/SHA512SUMS
The necessary parts to implement this should be available now. URL to get info on the latest available build: https://aka.ms/pwsh-buildinfo-daily Example output: ```json { "ReleaseDate": "\/Date(1648236251000)\/", "BlobName": "v7-3-0-daily20220325-1", "ReleaseTag": "v7.3.0-daily20220325.1"...
Here's a proposed workflow of how things would work in nightly and then main: 1. Configure nightly to take automated PRs to reference the latest daily build from PowerShell 2....
> This sounds good in general. Is step # 4 manual? Do the dotnet-docker maintainers need to be notified when a PR is made? It's not manual. These PRs would...
@javiercn - Would you be interested in submitting a PR to this repo with a sample that demonstrates the usage of NodeJS within an ASP.NET Core container?
[Triage] In the build pipeline the container where the credential is used ends up living only temporarily on the build agent is deleted at the end of the process. The...