acoustic-carpenter-78188
05/24/2023, 5:44 PM@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/flyteacoustic-carpenter-78188
05/26/2023, 5:46 PM