Happy Friday, flyte community! Is there a way to u...
# ask-the-community
x
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
yes, we’re going to support
override(container_image=…)
x
Sweet, thanks! Looking forward to it!
n
@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
Agreed!
k
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
@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
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
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
sure! how do I file a ticket?
k
[flyte-core]
x
thanks! sorry for the delay
k
@Xiaoze Jin we just merged pr. Feel free to try latest flytekit.
x
Thank you!
163 Views