Docker Hub のリポジトリを リポジトリ単位 または タグ単位 で削除するためのスクリプトです。
不要になったリポジトリや特定のタグを整理するのに使えます。
git clone https://github.com/Kengo-Yamazaki/delete_docker-hub-repo.git cd delete_docker-hub-repo./delete_docker-hub_repo.shsudo apt update
sudo apt install -y curl jqsudo dnf update
sudo dnf install -y curl jq