Package-level declarations
Types
Link copied to clipboard
abstract class BaseDockerfile(val imageName: String, val imageTag: String, val mountPolicy: EnvPath.MountPolicy)
Dockerfile for creating base distro images.
Link copied to clipboard
Link copied to clipboard
Dockerfile for creating programming language-based images.
Link copied to clipboard
abstract class OSDockerfile(val imageName: String, tag: String, val mountPolicy: EnvPath.MountPolicy) : BaseDockerfile