Support pulling all tagged images in repository #2724
Labels
component/imagec
component/persona/docker
kind/feature
New functionality you could include in marketing material
priority/p2
team/container
Docker provides the ability to pull all tagged images in a repository:
vic currently doesn't support and when executed against vic it will only attempt to download the latest tagged image in the repo. For example:
Only nginx latest exists
Now pull -a busybox
vic only attempts to pull the latest tagged image and states it completed successfully, but busybox doesn't appear in images:
Until we support this feature we should tell the user it's not supported via a returned error.
The text was updated successfully, but these errors were encountered: