Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Nov 4, 2023
1 parent 444a25f commit 8c9a34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rsp_reaper/storage/dockerhub.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _find_untagged(self) -> list[Image]:

def deprecated_delete_untagged(self) -> None:
"""Delete all untagged images."""
### This API goes away Nov. 15, 2023
### This API goes away Nov. 15, 2023. Possibly December 11.
#
# But it doesn't seem to actually remove anything as of October 20,
# 2023.
Expand All @@ -147,7 +147,7 @@ def deprecated_delete_untagged(self) -> None:
self._logger.debug(f"Deleted {count} images")

def deprecated_find_all(self) -> None:
### This API goes away Nov. 15, 2023
### This API goes away Nov. 15, 2023. Possibly December 11.
next_page = (
f"{self._url}/v2/namespaces/{self._namespace}"
f"/repositories/{self._repository}/images"
Expand Down

0 comments on commit 8c9a34a

Please sign in to comment.