The spark team has created devpod configurations so they don't need to do a "docker run" to start the spark job.
We can improve our startup time by doing the same.
I believe this will mostly consist of adding a list of jar files, config files and certs to their current devpod images, (which is very similar to how our docker files add things to their docker images.)