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