Skip to main content

Interface: ImageFilesystemLayer

Defined in: packages/extension-api/src/extension-api.d.ts:889

a filesystem layer of an image as defined by spec

Properties

createdBy?

optional createdBy: string

Defined in: packages/extension-api/src/extension-api.d.ts:897

the command which created the layer


files?

optional files: ImageFile[]

Defined in: packages/extension-api/src/extension-api.d.ts:901

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:893

unique id of the layer


opaqueWhiteouts?

optional opaqueWhiteouts: string[]

Defined in: packages/extension-api/src/extension-api.d.ts:909

opaque whiteouts indicate the directories in which the content has to be completely deleted from previous layers.


whiteouts?

optional whiteouts: string[]

Defined in: packages/extension-api/src/extension-api.d.ts:905

whiteouts indicate the paths of the files to be deleted from previous layers.