Interface: ImageFilesystemLayer
Defined in: packages/extension-api/src/extension-api.d.ts:892
a filesystem layer of an image as defined by spec
Properties
createdBy?
optionalcreatedBy:string
Defined in: packages/extension-api/src/extension-api.d.ts:900
the command which created the layer
files?
optionalfiles:ImageFile[]
Defined in: packages/extension-api/src/extension-api.d.ts:904
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:896
unique id of the layer
opaqueWhiteouts?
optionalopaqueWhiteouts:string[]
Defined in: packages/extension-api/src/extension-api.d.ts:912
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:908
whiteouts indicate the paths of the files to be deleted from previous layers.