1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/image
Tonis Tiigi 99ae25a0be Clear old parent reference on resetting image parent
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>
(cherry picked from commit 4852932494)

From PR #20058
2016-02-10 11:28:22 -05:00
..
spec Carry of PR #13520 2015-06-13 09:27:30 -07:00
tarexport Merge pull request #18727 from tonistiigi/partial-load 2015-12-18 11:10:55 -08:00
v1 Update code to compile against new manifest interface 2016-01-08 17:24:20 -08:00
fs.go Update code to compile against new manifest interface 2016-01-08 17:24:20 -08:00
fs_test.go Update code to compile against new manifest interface 2016-01-08 17:24:20 -08:00
image.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
image_test.go Add image store 2015-11-24 09:40:24 -08:00
rootfs.go Add image store 2015-11-24 09:40:24 -08:00
rootfs_unix.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
rootfs_windows.go Update code to compile against new manifest interface 2016-01-08 17:24:20 -08:00
store.go Clear old parent reference on resetting image parent 2016-02-10 11:28:22 -05:00
store_test.go Clear old parent reference on resetting image parent 2016-02-10 11:28:22 -05:00