summaryrefslogtreecommitdiff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2021-03-18 21:01:46 +0100
committerSebastiaan van Stijn <github@gone.nl>2021-06-03 21:16:21 +0200
commite047d984dcc7998dea299e6285ed46e51f120ab8 (patch)
treea56e6b61c265d323d714deca77b52d0f06518b1e /.github/CODEOWNERS
parenta77317882d010b884a9101c6ad0b2d7db141082f (diff)
downloaddocker-e047d984dcc7998dea299e6285ed46e51f120ab8.tar.gz
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>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index a94b9da292..26e94ba4df 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -6,7 +6,6 @@
builder/** @tonistiigi
contrib/mkimage/** @tianon
daemon/graphdriver/devmapper/** @rhvgoyal
-daemon/graphdriver/lcow/** @johnstep
daemon/graphdriver/overlay/** @dmcgowan
daemon/graphdriver/overlay2/** @dmcgowan
daemon/graphdriver/windows/** @johnstep