[Draft] [flytekit] Polish - Container ux #6140
Labels
backlogged
For internal use. Reserved for contributor team workflow.
untriaged
This issues has not yet been looked at by the Maintainers
Container UX
This is a series of tickets to improve the flytekit authoring experience. If any changes are not possible to make in a backwards-compatible way, split it out into a separate ticket.
Argument name
Rename the argument
container_image
toimage
in task (and any other relevant decorators, such asdynamic
, andeager
).container_image
is too verbose and the concept of a “container” should be abstracted away from the user.Image Spec
Rename
ImageSpec
to justImage
. The idea of a Spec should be abstracted away from the users. In their minds, they are just building an image. With union image builder, they don't even need a docker runtime installed.Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: