Skip to main content

ImageConfig

Configuration for Docker image building at runtime.

Attributes

AttributeTypeDescription
registryOptional[str] = NoneThe Docker image registry to use.
registry_secretOptional[str] = NoneThe name of the Kubernetes secret that holds credentials for the Docker image registry.
python_versionOptional[tuple[int, int]] = NoneThe Python version to use for the Docker image, specified as a tuple of (major, minor) versions.