It is not really practical to have separate images for all different combinations of build tools, package managers and runtime environments. We currently have several hundred build jobs of different projects on our build environment, that have different requirements on particular tool versions.
We want to use the auto-installer of Jenkins where possible and only have job or project specific images on special cases (there will still be a couple of them). Our main intention of using this plugin is to provide an isolated build environment for each build job and still be able to solve the issue of providing project specific environment adjustments on our build nodes.
Therefore I would like to see a higher priority on this issue.
Docker Custom Build Environment philosophy is you should have such tools installed and set by your Dockerfile, not rely on jenkins auto-installers. Anyway need to be fixed as this is a common issue.