Skip to content

Commit 9bb637a

Browse files
authored
Merge pull request #3589 from yuvipanda/fix-binderhub-2
Fix crashing docker daemon in binderhub-staging
2 parents d3b2f8c + f76de91 commit 9bb637a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config/clusters/2i2c/binder-staging.values.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ binderhub:
88
- binder-staging.2i2c.cloud
99
registry:
1010
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
1123
config:
1224
DockerRegistry:
1325
token_url: https://us-central1-docker.pkg.dev/v2/token?service=

0 commit comments

Comments
 (0)