Extend an image with arbitrary Dockerfile-like commands.
Each call creates a new Image layer that will be built sequentially. The provided options apply only to this layer.
Array of Dockerfile commands as strings
Optionalparams: ImageDockerfileCommandsParamsOptional configuration for this layer's build
A new Image instance
Publish this built Image under a stable name and tag.
Name to publish the Image under, optionally including a tag as name:tag.
If no tag is included, :latest is used.
Optional environment.
A container image, used for starting Sandboxes.