Replies: 1 comment
-
Thanks for opening this! @chrmarti do you think this would make sense as a feature request in https://github.com/devcontainers/cli/issues? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi together,
we use the devcontainer cli on Jenkins as well in a pipeline with a high degree of parallization, in which we use for each parallel branch a different container created from the same devcontainer.json file.
As of now the pipeline has an initial prepare stage where all the containers are created in a sequence. To reduce the overall execution time of the pipeline one could pull the image from the remote to the local cache ones and create the containers parallel during parallel stage execution. My proposal is to add something like
or
BR Jochen
Beta Was this translation helpful? Give feedback.
All reactions