mirror of
https://github.com/moby/moby.git
synced 2026-07-20 22:43:06 +00:00
Multiple images with the same repository name but different tag caused the `RepoDigests` to contain duplicated entries for each of the image. Deduplicate the slice before setting the `RepoDigests` field. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>