Extend command with arguments when running job #5695
-
The docs for job run does not specify if there is a way to add arguments to extend the default docker command during a manual invocation. Is there away to extend the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
No unfortunately. You can see if |
Beta Was this translation helpful? Give feedback.
Sorry I thought by looking to use
job run
, you wanted to run the job with the command only once. Are you actually looking to run it regularly instead? In this case, creating another job withon.schedule: 'none'
is the way to go. You will just runcopilot job run
every time you want to manually trigger it.There is no support for sharing images between two workloads unfortunately. I think your best bet in this case is indeed to write the image uri in
image.loc…