joshbeard/Docker Hub Tag Deletion

Deletes specified images from a Docker Hub image after a specified date.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dockerhub_usernameDocker Hub usernameyes
dockerhub_passwordDocker Hub password or Personal Access Token with read/write/delete scopeyes
dockerhub_repositoryDocker Hub repository in the format `<namespace>/<name>`yes
dockerhub_api_base_urlThe base URL of the Docker Hub API.https://hub.docker.com/v2
date_formatFormat the source date is in using standard the C standard. See https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes for more information. %B %d, %Y
json_fileA relative path to a JSON file to parse.
markdown_fileThe relative path to the Markdown file containing a table with tags and dates.README.md
markdown_begin_stringA string that begins the Markdown table block with tags to parse.<!-- BEGIN deletion_table -->
markdown_end_stringA string that ends the Markdown table block with tags.<!-- END deletion_table -->
markdown_tag_columnThe column number that the tags are listed in.1
markdown_date_columnThe table column number that the date is in.2

no outputs