From 3b399881ebb04680c75ae65b1fd62e21c2b5f1fe Mon Sep 17 00:00:00 2001 From: Nick Adcock Date: Mon, 1 Mar 2021 08:59:01 +0000 Subject: [PATCH] Add delete current_tag comment Signed-off-by: Nick Adcock --- docker-hub/api/v2.0.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-hub/api/v2.0.yaml b/docker-hub/api/v2.0.yaml index bc8b12bdfe..0953068758 100644 --- a/docker-hub/api/v2.0.yaml +++ b/docker-hub/api/v2.0.yaml @@ -494,6 +494,8 @@ paths: If you attempt to delete images that are marked as active or are currently tagged then the deletions will not happen and these warnings will be returned. To continue with the deletion you must ignore these warnings by putting them in the `ignore_warnings` property. + Deleting a currently tagged image will delete the tag from the repository. + Errors cannot be ignored. Children of multi-arch images cannot be directly deleted. consume: - application/json