You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Testcontainers/Images/IImage.cs
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,15 @@ public interface IImage
33
33
[CanBeNull]
34
34
stringDigest{get;}
35
35
36
+
/// <summary>
37
+
/// Gets the platform. Supported format is <c><os>|<arch>|<os>/<arch>[/<variant>]</c>. Either the operating system or the architecture or both can be provided.
38
+
/// </summary>
39
+
/// <remarks>
40
+
/// See https://github.com/containerd/platforms for more information.
0 commit comments