File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ and us maintainers don't have to apply for 'sponsored OSS Project' from docker e
20
20
should have no material impact on your experience.
21
21
22
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 dockerhub to quay.io as well.
23
+ we have actually copied all our _ released _ images from dockerhub to quay.io as well.
24
24
So you can opt in to using the images from quay.io with the following config:
25
25
26
26
``` yaml
33
33
name : quay.io/jupyterhub/configurable-http-proxy
34
34
secretSync :
35
35
image :
36
- name : quay.io/jupyterhub/k8s-secret-sync
36
+ name : quay.io/jupyterhub/k8s-secret-sync
37
37
singleuser :
38
38
networkTools :
39
39
image :
@@ -45,8 +45,8 @@ prePuller:
45
45
` ` `
46
46
47
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.
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.
50
50
51
51
## 3.1
52
52
You can’t perform that action at this time.
0 commit comments