Skip to content

Commit b326459

Browse files
committed
set DockerRegistry.token_url for ovh
OVH uses a harbor registry, we need to set the token url accordingly
1 parent 4112c6a commit b326459

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/ovh.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ binderhub:
99
sticky_builds: true
1010
use_registry: true
1111
image_prefix: 3i2li627.gra7.container-registry.ovh.net/binder/ovhbhub-
12-
# auth config in secrets/config
13-
12+
DockerRegistry:
13+
# 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"
1416

1517
replicas: 1
1618

0 commit comments

Comments
 (0)