thousands-dawn-39963
02/14/2023, 9:43 PMserialization_settings = SerializationSettings(
project="flytesnacks",
domain=self.settings.flyte_domain,
env=None,
image_config=ImageConfig(
default_image=Image(
name="custom_container_task",
fqn="<http://cr.flyte.org/flyteorg/flytekit:py3.10-1.3.2|cr.flyte.org/flyteorg/flytekit:py3.10-1.3.2>",
tag="image",
)
)
)