Hola I am running a workflow which should use cust...
# flyte-support
a
Hola I am running a workflow which should use custom image which specify but it using flyte default base image what is the reason can you please help
a
I think the only thing you cannot override using a PodTemplate is the base image. What if you set your custom image on the task decorator instead?
a
Here, I am using podspec
a
right, what I say is that (I'm not sure about this) you could still use podTemplate but override the image setting the
container_image=your-image
on the task decorator
a
yeah, that i tried when I am trying through task decorator either it might be pod spec or container image flyte workflow went into queue mode because i am running in privileged set to true, my gke cluster have some policies i.e., privileged set to false
can you please help me on that any flyte base image that contains docker installed inside it?
then I can use container image