netunicorn.base.types.DockerImageRepresentation

class DockerImageRepresentation[source]

Bases: EnvironmentDefinitionRepresentation

Docker image Environment definition JSON representation.

Attributes

commands

runtime_context

image

Image name.

build_context

Build context JSON representation.

Methods

fromkeys

Create a new dictionary with keys from iterable and values set to value.

image: Optional[str][source]

Image name.

build_context: BuildContextRepresentation[source]

Build context JSON representation.