hello - i'm working on a `ContainerTask` and would...
# flyte-support
p
hello - i'm working on a
ContainerTask
and would like to be able to dynamically pass in an image ref. i can use
{{.image.reasoning.fqn}}:{{.image.reasoning.version}}
but i expected
{{.inputs.reasoning_image}}
to work as well. however, i found that
inputs=kwtypes(inputfile=FlyteFile, reasoning_image=str)
is not used when trying to resolve the
image
reference. is that intentional? it seems like populating
.image
is more restrictive than
.inputs
, so maybe there is a safety concern here?
f
reasoning sounds agentic?
p
sorry, that's specific to my container task
the above works if i pass in
--image reasoning=myimage:v
to
pyflyte run
or if i set config with:
Copy code
images:
  reasoning: myimage:v
but that isn't quite as flexible as using containertask inputs
f
hmm, currently the image cannot be changed at runtime
👍 1
unless you use dynamic