-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
quay-v3.8.0, quay-v3.9.0, quay-v3.10.0
-
False
-
None
-
False
-
PROJQUAY-4657 - Implement OCI 1.1
Description:
This is an issue found of Quay 3.8.0 in OCI Conformance testing, based on the OCI Conformance certification testing, image registry should support "DELETE request to blob URL should yield 202 response", but for Quay the response code is 405, pls review this issue.
OCI Conformance Testing:
https://github.com/opencontainers/distribution-spec/tree/main/conformance
Quay Image: quay-operator-bundle-container-v3.8.0-96
2022/10/12 16:05:25.096481 DEBUG ============================================================================== ~~~ REQUEST ~~~ DELETE /v2/ocitest/demo1/blobs/sha256:b9605ddcd4147359f0e251aad023d6f7315fa1d374f093dd747dcc5a3e6e6fa3 HTTP/1.1 HOST : quayregistry-quay-quay-enterprise-13241.apps.quaytest-13241.qe.devcluster.openshift.com HEADERS: Authorization: Bearer ***** User-Agent: distribution-spec-conformance-tests BODY : ***** NO CONTENT ***** ------------------------------------------------------------------------------ ~~~ RESPONSE ~~~ STATUS : 405 METHOD NOT ALLOWED RECEIVED AT : 2022-10-12T16:05:25.095817+08:00 TIME DURATION: 208.00401ms HEADERS : Content-Length: 90 Content-Type: application/json Date: Wed, 12 Oct 2022 08:05:25 GMT Server: nginx/1.20.1 Set-Cookie: 64095ec1627d9b8f5cb52eb0885f672f=2df976c4a81b83ab6cf48bab33f5caca; path=/; HttpOnly; Secure; SameSite=None BODY : { "errors": [ { "code": "UNSUPPORTED", "detail": {}, "message": "The operation is unsupported." } ] }