mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
On migration 2 different images can end up with same content addressable ID, meaning `SetParent` will be called multiple times. Previous version did not clear the old in-memory reference. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>