Skip to content

Commit

Permalink
Use scarf images
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Feb 6, 2023
1 parent a5c9970 commit 29fd37d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flytekit/configuration/default_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ class DefaultImages(object):
"""

_DEFAULT_IMAGE_PREFIXES = {
PythonVersion.PYTHON_3_7: "ghcr.io/flyteorg/flytekit:py3.7-",
PythonVersion.PYTHON_3_8: "ghcr.io/flyteorg/flytekit:py3.8-",
PythonVersion.PYTHON_3_9: "ghcr.io/flyteorg/flytekit:py3.9-",
PythonVersion.PYTHON_3_10: "ghcr.io/flyteorg/flytekit:py3.10-",
PythonVersion.PYTHON_3_7: "cr.flyte.org/flyteorg/flytekit:py3.7-",
PythonVersion.PYTHON_3_8: "cr.flyte.org/flyteorg/flytekit:py3.8-",
PythonVersion.PYTHON_3_9: "cr.flyte.org/flyteorg/flytekit:py3.9-",
PythonVersion.PYTHON_3_10: "cr.flyte.org/flyteorg/flytekit:py3.10-",
}

@classmethod
Expand Down

0 comments on commit 29fd37d

Please sign in to comment.