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
Hi,
I'm trying to fetch every tag for a specific image (to mimic the behavior of docker pull --all-tags foo, but if I don't have a foo:latest on the remote repository, it fails (unlike the command line version). If there is a latest tag, then it successfully fetches all of them.