From 4aa979eb352b36632d7fe1fb5c64bc93942a91e6 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Tue, 21 Jan 2025 18:34:51 -0800 Subject: [PATCH] hetzner-2i2c: Increase the timeout + disable image cleaner - Increased timeout required for pushing large layers - The image cleaner is temporarily turned off as it seems to clean layers in the middle of pushing --- config/hetzner-2i2c.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/hetzner-2i2c.yaml b/config/hetzner-2i2c.yaml index da8807a93..5cd52db92 100644 --- a/config/hetzner-2i2c.yaml +++ b/config/hetzner-2i2c.yaml @@ -44,7 +44,7 @@ binderhub: # 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}' + - '--DockerEngine.extra_init_args={"timeout":1200}' LaunchQuota: total_quota: 200 @@ -95,6 +95,8 @@ binderhub: - hub.2i2c.mybinder.org imageCleaner: + # disable image cleaner temporarily as it seems to wipe layers before they get pushed + enabled: false # Use 40GB as upper limit, size is given in bytes imageGCThresholdHigh: 40e9 imageGCThresholdLow: 30e9