ImageConfig
Configuration for Docker image building at runtime.
Attributes
| Attribute | Type | Description |
|---|---|---|
| registry | Optional[str] = None | The Docker image registry to use. |
| registry_secret | Optional[str] = None | The name of the Kubernetes secret that holds credentials for the Docker image registry. |
| python_version | Optional[tuple[int, int]] = None | The Python version to use for the Docker image, specified as a tuple of (major, minor) versions. |