Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 4.65 KB

File metadata and controls

16 lines (13 loc) · 4.65 KB

Container

Represents a container with its configuration and resource requirements.

Properties

Name Type Required Description
command List[str] List of commands to run inside the container. Each command is a string representing a command-line instruction.
image str The container image.
resources ContainerResourceRequirements Specifies the resource requirements for a container.
environment_variables dict Environment variables to set in the container.
hash str SHA-256 hash (64-character hexadecimal string)
image_caching bool The container image caching.
logging ContainerLogging Configuration options for directing container logs to a logging provider. This schema enables you to specify a single logging destination for container output, supporting monitoring, debugging, and analytics use cases. Each provider has its own configuration parameters defined in the referenced schemas. Only one logging provider can be selected at a time.
size int Size of the container in bytes.