opencontainers / distribution-spec

OCI Distribution Specification
https://opencontainers.org
Apache License 2.0
780 stars 201 forks source link

Teardown manifests by digests #525

Closed sudo-bmitch closed 3 months ago

sudo-bmitch commented 3 months ago

Performing a teardown by tag requires support for a 400 (bad request) response. The test tag is populated with manifest 4 which was already deleted (lines 392 and 453), so this removes the redundant tag deletion from the teardown list.

Fixes #524.