Skip to content

Commit de31a7e

Browse files
authored
Merge pull request #800 from yuvipanda/default-image-change
Pull default image from quay.io, not dockerhub
2 parents 34a1f66 + 9a6e092 commit de31a7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubespawner/spawner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,12 +693,12 @@ def _deprecated_changed(self, change):
693693
)
694694

695695
image = Unicode(
696-
'jupyterhub/singleuser:latest',
696+
'quay.io/jupyterhub/singleuser:latest',
697697
config=True,
698698
help="""
699699
Docker image to use for spawning user's containers.
700700
701-
Defaults to `jupyterhub/singleuser:latest`
701+
Defaults to `quay.io/jupyterhub/singleuser:latest`
702702
703703
Name of the container + a tag, same as would be used with
704704
a `docker pull` command. If tag is set to `latest`, kubernetes will

0 commit comments

Comments
 (0)