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