broad-train-34581
10/03/2023, 2:36 AMImageSpec
(which requires flytekit 1.8) but for users are on proto3 runtime, they are still using flytekit<1.3 and so its not an option.
Questions around abstracting flytekit
1. is ContainerTask
the only task that can allow specification of a image without flytekit?
2. For registration, is it possible to register without flytekit and flytectl alone?
If there are any further suggestion around it please advice, thanks!tall-lock-23197
container_image
in the task decorator: https://docs.flyte.org/projects/cookbook/en/latest/auto_examples/customizing_dependencies/multi_images.html
(2) You can register using the flytectl register
command but you need to package up the code first using the pyflyte package
command and that requires flytekit. You can use FlyteRemote to register the Flyte entities programmatically: https://docs.flyte.org/projects/flytekit/en/latest/design/control_plane.html#registering-entities.broad-train-34581
10/03/2023, 7:43 AMcontainer_image
needs to have flytekit installed?tall-lock-23197
container_image
param in the task decorator.freezing-airport-6809
freezing-airport-6809