<#3722 Override container image by using with_over...
# flyte-github
a
#3722 Override container image by using with_overrides Issue created by jimxliu Motivation: Why do you think this is important? The
@task
wrapped function inside the container image might not be aware of the container image fqn, since the image was not created when the task was being packaged into an image layer. So having the parent task in a separate container that knows child container image fqn, override the fqn of the child container image seems the way to go. Goal: What should the final outcome look like, ideally? Parent task can override child task container image at runtime using
with_overrides(container_image='...')
. Describe alternatives you've considered Not sure if there is a workaround. Propose: Link/Inline OR Additional context Pull request: flyteorg/flytekit#1652 Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte