Package-level declarations

Types

Link copied to clipboard

Pipeline stage which only creates an empty volume.

Link copied to clipboard
class CleanDir(val mountPath: Path) : DockerPipelineStage

For Debugging ONLY USE WITH CAUTION, this stage runs AS ROOT and rm -r * a directory specified in mountPath.

Link copied to clipboard
class CppSize(val distro: LangDockerfile.CFamily, elfFile: String = "a.out") : DockerPipelineStage

A sample pipeline stage which computes the size of a ELF executable.

Link copied to clipboard

Pipeline stage which lists the contents of EnvPath.IN_PLACE_PATH. Debug use only.