You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[breaking changes in pull requests]: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pulls?q=is%3Apr+is%3Aclosed+label%3Abreaking
14
14
15
-
### Default image registry moved to [quay.io](https://quay.io)
15
+
### Default image registry changed to Quay.io
16
16
17
-
We have moved the registry where we publish our docker images from [Docker Hub](https://hub.docker.com)
18
-
to [Quay.io](https://quay.io). This move is to ensure our users are not [throttled by Docker Hub](https://docs.docker.com/docker-hub/download-rate-limit/),
19
-
and us maintainers don't have to apply for 'sponsored OSS Project' from docker each year. This
20
-
should have no material impact on your experience.
17
+
We now publish the chart's docker images to both [Quay.io] and [Docker Hub] and
18
+
the chart is from now configured to use the images at Quay.io by default.
19
+
Previous releases of images (excluding pre-releases) has been copied over to
20
+
Quay.io as well.
21
21
22
-
For the benefit of people running older versions of z2jh and are throttled by dockerhub,
23
-
we have actually copied all our _released_ images from Docker Hub to Quay.io as well.
24
-
So you can opt in to using the images from Quay.io with the following config:
22
+
The change is to ensure that images can be pulled without a [Docker Hub rate
23
+
limit] even if the [JupyterHub organization on Docker Hub] wouldn't be sponsored
24
+
by Docker Hub in the future, something we need to apply for each year.
25
25
26
-
```yaml
27
-
hub:
28
-
image:
29
-
name: quay.io/jupyterhub/k8s-hub
30
-
proxy:
31
-
chp:
32
-
image:
33
-
name: quay.io/jupyterhub/configurable-http-proxy
34
-
secretSync:
35
-
image:
36
-
name: quay.io/jupyterhub/k8s-secret-sync
37
-
singleuser:
38
-
networkTools:
39
-
image:
40
-
name: quay.io/jupyterhub/k8s-network-tools
41
-
prePuller:
42
-
hook:
43
-
image:
44
-
name: quay.io/jupyterhub/k8s-image-awaiter
45
-
```
46
-
47
-
You don't have to explicitly specify the tag, as the existing tags
48
-
will work. Note that this **only** works for _released_ versions of
49
-
z2jh - if you are using a _dev_ version of z2jh, this will not work.
0 commit comments