From 18e7de8982cd597015edf599aaae6e4a98e1e819 Mon Sep 17 00:00:00 2001 From: sheltongraves <148902861+sheltongraves@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:16:41 -0400 Subject: [PATCH 1/2] Update manage.md Added a note to let users become aware of the OCI deletion endpoint. --- .../manuals/docker-hub/repos/manage/hub-images/manage.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/manuals/docker-hub/repos/manage/hub-images/manage.md b/content/manuals/docker-hub/repos/manage/hub-images/manage.md index 7af6b2f21d9..94d83075106 100644 --- a/content/manuals/docker-hub/repos/manage/hub-images/manage.md +++ b/content/manuals/docker-hub/repos/manage/hub-images/manage.md @@ -49,4 +49,9 @@ The following objects are shown in the diagram. 2. Select **Preview and delete**. 3. In the window that appears, verify the items that will be deleted and the amount of storage you will reclaim. - 4. Select **Delete forever**. \ No newline at end of file + 4. Select **Delete forever**. + + + > [!NOTE] + > + > If you would like to delete in bulk, you can use the [deletion API endpoint](https://docs.docker.com/reference/api/registry/latest/#tag/delete)). From 97b51b65b279471b91b05a944c2b817661e32352 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:22:31 -0700 Subject: [PATCH 2/2] Update content/manuals/docker-hub/repos/manage/hub-images/manage.md --- content/manuals/docker-hub/repos/manage/hub-images/manage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/docker-hub/repos/manage/hub-images/manage.md b/content/manuals/docker-hub/repos/manage/hub-images/manage.md index 94d83075106..f69c1cca936 100644 --- a/content/manuals/docker-hub/repos/manage/hub-images/manage.md +++ b/content/manuals/docker-hub/repos/manage/hub-images/manage.md @@ -54,4 +54,4 @@ The following objects are shown in the diagram. > [!NOTE] > - > If you would like to delete in bulk, you can use the [deletion API endpoint](https://docs.docker.com/reference/api/registry/latest/#tag/delete)). + > If you would like to delete in bulk, you can use the [deletion API endpoint](/reference/api/registry/latest/#tag/delete).