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:767
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:771
id
id:
string
unique id of the layer
Defined in
packages/extension-api/src/extension-api.d.ts:763
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:779
whiteouts?
optionalwhiteouts:string[]
whiteouts indicate the paths of the files to be deleted from previous layers.