moby/image
Iskander (Alex) Sharipov 1c755a73bf
image: do actual RootFS.DiffIDs copying in Clone()
append(newRoot.DiffIDs) without element does nothing,
so it's probably not what was intended. Changed code
to perform a slice copying instead.

Fixes #38834.

Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
(cherry picked from commit 3429e99930)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-05-25 22:11:07 +02:00
..
cache Add canonical import comment 2018-02-05 16:51:57 -05:00
spec image spec formatting fix 2018-05-13 13:30:53 -04:00
tarexport system: add back lcow validation function 2018-06-27 15:24:26 -07:00
v1 Add canonical import comment 2018-02-05 16:51:57 -05:00
fs.go Add canonical import comment 2018-02-05 16:51:57 -05:00
fs_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
image.go Dockerbuilder: use the arch info from base image 2018-04-09 10:40:21 +00:00
image_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
rootfs.go image: do actual RootFS.DiffIDs copying in Clone() 2019-05-25 22:11:07 +02:00
store.go LCOW: Auto-select OS 2018-06-26 11:37:43 -07:00
store_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00