Ubuntu
class Ubuntu(val mountPolicy: EnvPath.MountPolicy = EnvPath.MountPolicy.IN_PLACE, baseImageTag: String = "latest") : OSDockerfile
Dockerfile provider for the Ubuntu distro.
Parameters
baseImageTag
The tag to use for the base ubuntu
image.
Constructors
Link copied to clipboard
constructor(mountPolicy: EnvPath.MountPolicy = EnvPath.MountPolicy.IN_PLACE, baseImageTag: String = "latest")
Properties
Link copied to clipboard
This image's image name and tag for use as another image's tag.
Link copied to clipboard
The base distribution of this image.
Link copied to clipboard
The Dockerfile DSL that the image should be generated from.
Link copied to clipboard
Link copied to clipboard
The mounting policy for this image.
Functions
Link copied to clipboard
Builds an image based on dockerfileSpec, and returns the resulting image ID.
Link copied to clipboard
Returns a proxy handle of the image.
Link copied to clipboard
Retrieves the image as defined by dockerfileSpec, or null
if such an image does not exist.
Link copied to clipboard
The tag of the image.
Link copied to clipboard
Installs a software package into the distribution.
Link copied to clipboard
Link copied to clipboard
Sets the necessary environment variables for the image.
Link copied to clipboard
Updates all packages in the distribution.