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
// ChangeWriter provides tar stream from filesystem change information.
466
+
// The privided tar stream is styled as an OCI layer. Change information
467
+
// (add/modify/delete/unmodified) for each file needs to be passed to this
468
+
// writer through HandleChange method.
469
+
//
470
+
// This should be used combining with continuity's diff computing functionality
471
+
// (e.g. `fs.Change` of github.com/containerd/continuity/fs).
472
+
//
473
+
// See also https://github.com/opencontainers/image-spec/blob/master/layer.md for details
0 commit comments