Interface: ImageFilesystemLayer
Defined in: packages/extension-api/src/extension-api.d.ts:940
a filesystem layer of an image as defined by spec
Properties
createdBy?
optionalcreatedBy:string
Defined in: packages/extension-api/src/extension-api.d.ts:948
the command which created the layer
files?
optionalfiles:ImageFile[]
Defined in: packages/extension-api/src/extension-api.d.ts:952
files indicate the paths of the files added or modified in the layer
id
id:
string
Defined in: packages/extension-api/src/extension-api.d.ts:944
unique id of the layer
opaqueWhiteouts?
optionalopaqueWhiteouts:string[]
Defined in: packages/extension-api/src/extension-api.d.ts:960
opaque whiteouts indicate the directories in which the content has to be completely deleted from previous layers.
whiteouts?
optionalwhiteouts:string[]
Defined in: packages/extension-api/src/extension-api.d.ts:956
whiteouts indicate the paths of the files to be deleted from previous layers.