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
In docker/distribution is being used the implementation *http.Transport instead of interfacehttp.RoundTripper, so it seems that it is not interchangeable
In
docker/distributionis being used the implementation*http.Transportinstead of interfacehttp.RoundTripper, so it seems that it is not interchangeablehttps://github.com/scope-demo/distribution/blob/master/notifications/http.go#L31:L46