Class ContainerImage (1.2.1)

ContainerImage(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Definition of a container image for starting a notebook instance with the environment installed in a container.

Attributes

NameDescription
repository str
Required. The path to the container image repository. For example: gcr.io/{project_id}/{image_name}
tag str
The tag of the container image. If not specified, this defaults to the latest tag.