We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4630c40 commit a9a53a8Copy full SHA for a9a53a8
pkg/v1/remote/referrers.go
@@ -61,7 +61,7 @@ func (f *fetcher) fetchReferrers(ctx context.Context, filter map[string]string,
61
}
62
defer resp.Body.Close()
63
64
- if err := transport.CheckError(resp, http.StatusOK, http.StatusNotFound, http.StatusBadRequest); err != nil {
+ if err := transport.CheckError(resp, http.StatusOK, http.StatusNotFound, http.StatusBadRequest, http.StatusNotAcceptable); err != nil {
65
return nil, err
66
67
0 commit comments