# Functions
CreateHostWorkspace returns a WorkspaceFunc that mounts a host machine volume as the pipeline workspace.
CreateWorkspace creates the workspace volume as an empty directory mount.
DindFunc is a helper function that returns true if a container image (specifically a plugin) is a whitelisted dind container and should be executed in privileged mode.
MountHostWorkspace is a WorkspaceFunc that mounts the default workspace and host volume to the pipeline.
MountWorkspace is a WorkspaceFunc that mounts the default workspace volume to the pipeline step.
SkipFunc returns a function that can be used to skip individual pipeline steps based on build metadata.