mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07: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>