You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also noticed that this hub-tool repo rm command doesn't have --yes or --confirm flag which will proceed without asking for user confirmation. Would be really nice if we can have this flag for automation purposes.
Hello @zulhfreelancer , thank you for reporting this bug! 🤗
I could reproduce it on my side. The bug has been introduced in the latest release v0.4.1, and the only change is the bump from golang 1.15 to golang 1.16. I downgraded to 1.15, and the bug disappeared. I need to investigate that.
I also noticed that this hub-tool repo rm command doesn't have --yes or --confirm flag which will proceed without asking for user confirmation. Would be really nice if we can have this flag for automation purposes.
Description
The
hub-tool repo rm my-username/my-repo
command is giving meError: Delete "https://hub.docker.com/v2/repositories/my-username/my-repo/": EOF
error.When I tried with
hub-tool repo rm my-repo
(without my-username), I gotError: operation not permitted
error.Steps to reproduce the issue:
hub-tool login
hub-tool repo rm USER/REPO
hub-tool repo rm REPO
Describe the results you received:
See above
Describe the results you expected:
The repo get deleted successfully
Additional information you deem important (e.g. issue happens only occasionally):
Always happen
Output of
hub-tool --version
:Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
/usr/local/bin
The text was updated successfully, but these errors were encountered: