shiplift
shiplift copied to clipboard
Images::pull pulls all versions of the image if no tag is specified
I would have expected defaulting to :latest as with the docker CLI executable, despite the docs explaining this behavior. I would suggest changing the API to pulling a single image and providing a separate API to pull all image versions. If there is an API to pull a single image and I missed it, my apologies.
- Crate version: 0.5
- OS: ubuntu 19.04
- Output of running
docker versionon the command line: Docker version 18.09.6, build 481bc77156
since #261 was merged, can this be closed?