Skip to content

Commit

Permalink
Merge pull request #800 from yuvipanda/default-image-change
Browse files Browse the repository at this point in the history
Pull default image from quay.io, not dockerhub
  • Loading branch information
consideRatio committed Oct 22, 2023
2 parents 34a1f66 + 9a6e092 commit de31a7e
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 de31a7e

Please sign in to comment.