I’ve starting using DockerSpawner.image_whiltelist
and am thrilled that’s giving me a way I can provide test Jupyter images to my users without having to run a second JupyterHub to do that!
Looking towards the future a bit I am expecting I’ll be pushed to Kubernetes, but I don’t see any equivalent choose-which-image-you-want-to-use functionality in KubeSpawner.
Am I missing it, or if not anyone already looking at it? (and if not, is there any reason I shouldn’t try and port the image_whitelist function over to it?)