Nada Saiyed
10/17/2022, 3:23 PMexecute()
of a custom plugin, if i pass a templated value to container_image
.
E.g. is my task definition
@task(task_config=my_task_config, container_image="{{.image.img1.fqn }}:{{.image.img1.version}}"
I can see that the container_image
is set as a property and if I retrieve it, I see it’s value is still a templated string.
How can I get the actual rendered image uri for that task? (i.e. basically I want what this function returns)Tyler Su
10/17/2022, 10:50 PMYee
Nada Saiyed
10/18/2022, 12:04 AMYee
Nada Saiyed
10/18/2022, 2:43 AMYee
Ketan (kumare3)
rest
api and make it available locally as well as when running in remote. This would make your life to extend really easyNada Saiyed
10/18/2022, 9:53 PMPythonCustomizedContainerTask
and I pass a templated string to container_image
in the task definition of the plug-in, while initialization, the value will still be a templated string. Not a rendered image-uri if I am not wrong.?Ketan (kumare3)
Nada Saiyed
10/20/2022, 7:19 PMKetan (kumare3)