-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ingest image/layer size in Kusto #745
Comments
[Triage] |
[Triage] Since dotnet/dotnet-docker#5118 is blocking image size tracking, we should definitely do this. We should prefer to ingest this info into Kusto over using the image-info file (although both wouldn't hurt). This would allow us to get rid of the existing size validation pipeline. This is already mostly implemented, just stubbed out - docker-tools/src/Microsoft.DotNet.ImageBuilder/src/Commands/IngestKustoImageInfoCommand.cs Lines 101 to 106 in 8fa3fbf
|
#745 is follow-up work for once this issue is complete. |
Tracking the image/layer size information is useful for metric tracking purposes. The wire/compressed size is the most useful to track.
The text was updated successfully, but these errors were encountered: