Closed cbruno10 closed 6 months ago
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
This issue was closed because it has been stalled for 90 days with no activity.
Is your feature request related to a problem? Please describe. If I want to run shell commands to install an external tool, run it, and then manipulate the output, right now I need to either run it in a function or create a custom image to perform those steps.
I can also push all commands into a single
container
step type'scmd
args, but that feels clunky.Describe the solution you'd like The ability to run commands in a container that persists across a pipeline run, similar to GitHub actions, e.g.,
Describe alternatives you've considered Run all of the commands in a single
container
step, usefunction
steps, or build a custom image wand usesource
arg.Additional context Add any other context or screenshots about the feature request here.