Skip to main content

Interface: ImageFilesystemLayer

a filesystem layer of an image as defined by spec

Properties

createdBy?

optional createdBy: string

the command which created the layer

Defined in

packages/extension-api/src/extension-api.d.ts:827


files?

optional files: ImageFile[]

files indicate the paths of the files added or modified in the layer

Defined in

packages/extension-api/src/extension-api.d.ts:831


id

id: string

unique id of the layer

Defined in

packages/extension-api/src/extension-api.d.ts:823


opaqueWhiteouts?

optional opaqueWhiteouts: 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:839


whiteouts?

optional whiteouts: string[]

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

Defined in

packages/extension-api/src/extension-api.d.ts:835