Override container image by using with_overrides #3722
Labels
enhancement
New feature or request
untriaged
This issues has not yet been looked at by the Maintainers
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?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: