Interface: ImageFilesystemLayer
a filesystem layer of an image as defined by spec
Properties
createdBy?
optional
createdBy:string
the command which created the layer
Defined in
packages/extension-api/src/extension-api.d.ts:897
files?
optional
files:ImageFile
[]
files indicate the paths of the files added or modified in the layer
Defined in
packages/extension-api/src/extension-api.d.ts:901
id
id:
string
unique id of the layer
Defined in
packages/extension-api/src/extension-api.d.ts:893
opaqueWhiteouts?
optional
opaqueWhiteouts:string
[]
opaque whiteouts indicate the directories in which the content has to be completely deleted from previous layers.
Defined in
packages/extension-api/src/extension-api.d.ts:909
whiteouts?
optional
whiteouts:string
[]
whiteouts indicate the paths of the files to be deleted from previous layers.