mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
Tags and digests are kept in the same storage. We want to make sure that they are completely separated - tags are something users set and digests can only be set by pull-by-digest code path. Reverts #14664 Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>