[][src]Module buildkit_llb::ops::fs

Structs

CopyOperation
FileSystem

Umbrella operation that handles file system related routines. Dockerfile's COPY directive is a partial case of this.

MakeDirOperation
MakeFileOperation
SequenceOperation
UnsetPath

Internal representation for not yet specified path.

Enums

LayerPath

Operand of file system operations that defines either source or destination layer and a path.

Traits

FileOperation