containerd/remotes
coryb 894b6ae39b Fix missing Body.Close() calls on push to docker remote
Discovered this while using HTTP tracing via OpenTelemetry inside of
buildkitd, where the trace spans were not being reported for the
registry PUT http requests.  The spans are only reported on the Close
for the Body, after adding these Close calls, the spans are reported as
expected.

Signed-off-by: coryb <cbennett@netflix.com>
2021-07-11 08:14:57 -07:00
..
docker Fix missing Body.Close() calls on push to docker remote 2021-07-11 08:14:57 -07:00
errors Include URL and method in ErrUnexpectedStatus 2021-03-11 14:28:46 +00:00
handlers_test.go Word spelling correction 2019-09-25 16:49:54 +08:00
handlers.go Fix PushHandler cannot push image that contains duplicated blobs 2021-04-20 14:00:53 +09:00
resolver.go Fix PushHandler cannot push image that contains duplicated blobs 2021-04-20 14:00:53 +09:00