mirror of
https://github.com/quay/quay.git
synced 2025-04-18 10:44:06 +03:00
* api: Add ability to delete tags via v2 call (PROJQUAY-7599) The deletion of tags was previously not supported by the Docker v2 API. Current versions of both the OCI spec and Docker v2 API provide this ability, hence adding it to Quay as well. See [OCI spec](https://github.com/opencontainers/distribution-spec/blob/main/spec.md) for more details. * Fix test call * Add missing argument to test * Add security tests * Enable conformance tests * Switch to v1.1.0 instead of release candidate for conformance tests * Revert changes to conformance tests