I have an image with a fairly complicated entry point (basically java command). It's an OCI image with no shell. I am defining a concourse task, but if you see here https://concourse-ci.org/tasks.html#schema.task.run looks like run is compulsory.
I don’t want to specify to the concourse how to run it, the entry point is set already in the image. Is there an option that makes concourse to run the image entry-point?