# flytekit.configuration.default_images

## Directory

### Classes

| Class | Description |
|-|-|
| [`DefaultImages`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.configuration.default_images/page.md#flytekitconfigurationdefault_imagesdefaultimages) | We may want to load the default images from remote - maybe s3 location etc?. |
| [`PythonVersion`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.configuration.default_images/page.md#flytekitconfigurationdefault_imagespythonversion) |  |

### Variables

| Property | Type | Description |
|-|-|-|
| `FLYTE_INTERNAL_IMAGE_ENV_VAR` | `str` |  |

## flytekit.configuration.default_images.DefaultImages

We may want to load the default images from remote - maybe s3 location etc?

### Methods

| Method | Description |
|-|-|
| [`default_image()`](#default_image) |  |
| [`find_image_for()`](#find_image_for) |  |
| [`get_version_suffix()`](#get_version_suffix) |  |

#### default_image()

```python
def default_image()
```
#### find_image_for()

```python
def find_image_for(
    python_version: typing.Optional[flytekit.configuration.default_images.PythonVersion],
    flytekit_version: typing.Optional[str],
) -> str
```
| Parameter | Type | Description |
|-|-|-|
| `python_version` | `typing.Optional[flytekit.configuration.default_images.PythonVersion]` | |
| `flytekit_version` | `typing.Optional[str]` | |

#### get_version_suffix()

```python
def get_version_suffix()
```
## flytekit.configuration.default_images.PythonVersion

---
**Source**: https://github.com/unionai/unionai-docs/blob/main/content/api-reference/flytekit-sdk/packages/flytekit.configuration.default_images.md
**HTML**: https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.configuration.default_images/
