-
Notifications
You must be signed in to change notification settings - Fork 240
Conformance Test: References teardown should expect 404 response #457
Copy link
Copy link
Closed
Milestone
Description
After deleting the subject manifest, the registry can trigger cascade deletion and automatically delete the reference manifest. If the test tries to delete the reference manifest again, it should also expect 404 response.
-
Delete subject manifest
req = client.NewRequest(reggie.DELETE, "/v2/<name>/manifests/<digest>", reggie.WithDigest(manifests[4].Digest)) -
Delete the reference manifest again
req = client.NewRequest(reggie.DELETE, "/v2/<name>/manifests/<reference>",
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels