Class ContainerImage (1.4.3)

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.

Inheritance

builtins.object > proto.message.Message > ContainerImage