We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89c46ed + 567ca67 commit 1f6ea50Copy full SHA for 1f6ea50
1 file changed
remotes/docker/pusher.go
@@ -193,6 +193,7 @@ func (p dockerPusher) Push(ctx context.Context, desc ocispec.Descriptor) (conten
193
respC := make(chan *http.Response, 1)
194
195
req.Body = ioutil.NopCloser(pr)
196
+ req.Header.Set("Content-Type", "application/octet-stream")
197
req.ContentLength = desc.Size
198
199
go func() {
0 commit comments