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.
2 parents d3b2f8c + f76de91 commit 9bb637aCopy full SHA for 9bb637a
config/clusters/2i2c/binder-staging.values.yaml
@@ -8,6 +8,18 @@ binderhub:
8
- binder-staging.2i2c.cloud
9
registry:
10
url: https://us-central1-docker.pkg.dev
11
+
12
+ dind:
13
+ daemonset:
14
+ image:
15
+ name: docker.io/library/docker
16
+ # Temporarily pinned, until https://github.com/2i2c-org/infrastructure/issues/3588 is fixed
17
+ tag: "24.0.6-dind"
18
+ # We may have multiple dind docker daemons in the same node, and they all need to be
19
+ # using different paths for storing their socket & lib directories. Otherwise, they
20
+ # will race and crash.
21
+ hostSocketDir: /var/run/dind/binderhub-staging
22
+ hostLibDir: /var/lib/dind/binderhub-staging
23
config:
24
DockerRegistry:
25
token_url: https://us-central1-docker.pkg.dev/v2/token?service=
0 commit comments