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.
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 afoo:lateston the remote repository, it fails (unlike the command line version). If there is alatesttag, then it successfully fetches all of them.