https://flyte.org logo
#ask-the-community
Title
# ask-the-community
x

Xinzhou Liu

05/12/2023, 11:40 PM
Happy Friday, flyte community! Is there a way to use
with_override
or something else to override only task container image without creating a Pod from scratch (I’d prefer to reuse existing pod config but with new image)?
k

Kevin Su

05/13/2023, 12:38 AM
yes, we’re going to support
override(container_image=…)
x

Xinzhou Liu

05/13/2023, 12:43 AM
Sweet, thanks! Looking forward to it!
n

Nicholas Roberson

05/13/2023, 12:29 PM
@Xinzhou Liu we should on our end get rid of that dependency conflict and try to stay on the most recent version of flyte, there’s always cool stuff getting introduced in new versions
x

Xinzhou Liu

05/13/2023, 5:51 PM
Agreed!
k

Kevin Su

05/13/2023, 5:53 PM
https://github.com/flyteorg/flytekit/releaseshttps://github.com/flyteorg/flyte/releases/tag/v1.6.0 yup, we just cut a release yesterday. feel free to give it a shot
y

Yee

05/22/2023, 5:21 PM
@Xinzhou Liu can you describe your use-case a bit more?
it’s already possible to run a workflow with tasks that have different images
x

Xinzhou Liu

05/22/2023, 5:23 PM
Thanks. Sure. I’d like to override the container image on the fly. Currently, it can only be done when the task is defined, if I understand correctly
it’d be great if using container image digest is supported too
y

Yee

05/22/2023, 5:45 PM
got it okay.
and yeah, supporting digest is something that’s been on the radar, but i’m not sure there’s a ticket for it
would you mind adding one? and maybe think about how you might want to use it?
x

Xinzhou Liu

05/22/2023, 5:47 PM
sure! how do I file a ticket?
k

Kevin Su

05/22/2023, 6:13 PM
[flyte-core]
x

Xinzhou Liu

05/24/2023, 5:45 PM
thanks! sorry for the delay
k

Kevin Su

05/24/2023, 6:28 PM
@Xiaoze Jin we just merged pr. Feel free to try latest flytekit.
x

Xinzhou Liu

05/24/2023, 6:29 PM
Thank you!
2 Views