Make it possible to run plan.run_sh
against a docker image built on the fly with ImageBuildSpec
#2224
Labels
plan.run_sh
against a docker image built on the fly with ImageBuildSpec
#2224
Background & motivation
I'm currently working on a blockchain devnet that require basic setup, e.g. creating a list of validators and generating the genesis file. The problem is that I need a custom docker image with a bunch of utilities and smart contracts so I would like to be able to run
plan.run_sh
against this custom image and extract the relevant files.To overcome this problem, I'm currently starting a service, running my custom image, storing the relevant files and stopping the service. This is not a big deal at the moment but it would be great to have such feature!
Desired behaviour
Provide a way to use
ImageBuildSpec
in theimage
field ofplan.run_sh
. Just like what theimage
field ofServiceConfig
allows to do.How important is this to you?
Nice to have; this feature would make using Kurtosis more enjoyable.
What area of the product does this pertain to?
Other: anything not covered by the above
The text was updated successfully, but these errors were encountered: