mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
The tag store associates tags and digests with image IDs. This functionality used to be part of graph package. This commit splits it off into a self-contained package with a simple interface. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> Upstream-commit: 7de380c5c673411639d84e07c29830eb81cb1c8d Component: engine