From 4f0bb6eed65067bb8298467c476ba9d32c88b19a Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 21 Jan 2025 12:54:15 +0100 Subject: [PATCH] 2i2c: try increasing docker client timeout --- config/hetzner-2i2c.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/hetzner-2i2c.yaml b/config/hetzner-2i2c.yaml index 7413c207a..f9522ef3c 100644 --- a/config/hetzner-2i2c.yaml +++ b/config/hetzner-2i2c.yaml @@ -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