A user found that after they create an image, they cannot start an instance of that image due to it not being found by the TemplateBuilder. See the example code and log in the following gist.
https://gist.github.com/everett-toews/5447098
I suspect the images in the TemplateBuilder are being cached and the new one isn't added to that cache but haven't been able to track down the offending code yet.
If that's the case, is there a convenient way to force a refresh of the TemplateBuilder's image cache?