From 9a6e092338d7b11898c50091582ff02c0b206270 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Sun, 22 Oct 2023 17:17:52 +0530 Subject: [PATCH] Pull default image from quay.io, not dockerhub I have copied this image with `skopeo` Ref https://github.com/jupyterhub/team-compass/issues/688 --- kubespawner/spawner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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