We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec1f02 commit 3c441c9Copy full SHA for 3c441c9
Microsoft.NET.Build.Containers/Image.cs
@@ -70,6 +70,7 @@ private void RecalculateDigest()
70
config["created"] = DateTime.UtcNow;
71
72
manifest["config"]!["digest"] = GetDigest(config);
73
+ manifest["config"]!["size"] = Encoding.UTF8.GetBytes(config.ToJsonString()).Length;
74
}
75
76
private JsonObject CreatePortMap()
0 commit comments