moby--moby/image
Sebastiaan van Stijn e047d984dc
Remove LCOW code (step 1)
The LCOW implementation in dockerd has been deprecated in favor of re-implementation
in containerd (in progress). Microsoft started removing the LCOW V1 code from the
build dependencies we use in Microsoft/opengcs (soon to be part of Microsoft/hcshhim),
which means that we need to start removing this code.

This first step removes the lcow graphdriver, the LCOW initialization code, and
some LCOW-related utilities.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-03 21:16:21 +02:00
..
cache Add canonical import comment 2018-02-05 16:51:57 -05:00
spec delete unnecessary blank lines 2018-12-11 09:07:37 +08:00
tarexport Remove LCOW code (step 1) 2021-06-03 21:16:21 +02:00
v1 goimports: fix imports 2019-09-18 12:56:54 +02:00
fs.go goimports: fix imports 2019-09-18 12:56:54 +02:00
fs_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
image.go Fix spurious error from "docker load" 2021-01-21 22:04:23 +00:00
image_test.go Fix spurious error from "docker load" 2021-01-21 22:04:23 +00:00
rootfs.go image: do actual RootFS.DiffIDs copying in Clone() 2019-03-18 01:05:40 +03:00
store.go replace json.Unmarshal with NewFromJSON in Create 2021-01-11 23:01:44 +08:00
store_test.go replace json.Unmarshal with NewFromJSON in Create 2021-01-11 23:01:44 +08:00