We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4112c6a commit b326459Copy full SHA for b326459
config/ovh.yaml
@@ -9,8 +9,10 @@ binderhub:
9
sticky_builds: true
10
use_registry: true
11
image_prefix: 3i2li627.gra7.container-registry.ovh.net/binder/ovhbhub-
12
- # auth config in secrets/config
13
-
+ DockerRegistry:
+ # Docker Registry uses harbor
14
+ # ref: https://github.com/goharbor/harbor/wiki/Harbor-FAQs#api
15
+ token_url: "https://3i2li627.gra7.container-registry.ovh.net/service/token?service=harbor-registry"
16
17
replicas: 1
18
0 commit comments