mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
The image store's used are an interface, so there's no guarantee that implementations don't wrap the errors. Make sure to catch such cases by using errors.Is. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>