Skip to content

Commit

Permalink
Pull default image from quay.io, not dockerhub
Browse files Browse the repository at this point in the history
I have copied this image with `skopeo`

Ref jupyterhub/team-compass#688
  • Loading branch information
yuvipanda committed Oct 22, 2023
1 parent 6d9d9a3 commit 9a6e092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubespawner/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a6e092

Please sign in to comment.