diff --git a/kubespawner/spawner.py b/kubespawner/spawner.py index 8a6d97a6..bd4eddce 100644 --- a/kubespawner/spawner.py +++ b/kubespawner/spawner.py @@ -693,12 +693,12 @@ def _deprecated_changed(self, change): ) image = Unicode( - 'jupyterhub/singleuser:latest', + 'quay.io/jupyterhub/singleuser:latest', config=True, help=""" Docker image to use for spawning user's containers. - Defaults to `jupyterhub/singleuser:latest` + Defaults to `quay.io/jupyterhub/singleuser:latest` Name of the container + a tag, same as would be used with a `docker pull` command. If tag is set to `latest`, kubernetes will