mirror of
https://github.com/moby/moby.git
synced 2026-06-30 19:58:03 +00:00
Having this function hides what it's doing, which is just to type-cast to an image.ID (which is a digest). Using a cast is more transparent, so deprecating this function in favor of a regular typecast. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>