Skip to content

Commit

Permalink
2i2c: try increasing docker client timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jan 21, 2025
1 parent fcd1a10 commit 4f0bb6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/hetzner-2i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ binderhub:
KubernetesBuildExecutor:
memory_request: "2G"
docker_host: /var/run/dind/docker.sock
repo2docker_extra_args:
# try to avoid timeout pushing to local registry
# default is 60
# this must have no spaces to be processed by repo2docker correctly
- '--DockerEngine.extra_init_args={"timeout":120}'

LaunchQuota:
total_quota: 20
Expand Down

0 comments on commit 4f0bb6e

Please sign in to comment.