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
See below snippet, onCopySkipped (396-400) should not be invoked when destination target is a reference pusher, since line 406 does fetch the root node from proxy and push it to the destination, which is copying.
The text was updated successfully, but these errors were encountered:
qweeah
changed the title
[bug] onCopySkipped called on root node when using oras.Copy even when root exists in the destination target
[bug] onCopySkipped called on root node when using oras.Copy
Jul 14, 2023
qweeah
changed the title
[bug] onCopySkipped called on root node when using oras.Copy
[bug] onCopySkipped called unexpectly on root node when using oras.Copy
Jul 14, 2023
See below snippet,
onCopySkipped
(396-400) should not be invoked when destination target is a reference pusher, since line 406 does fetch the root node fromproxy
and push it to the destination, which is copying.oras-go/copy.go
Lines 396 to 410 in f0a9c59
The text was updated successfully, but these errors were encountered: