Skip to content

Commit 4aa979e

Browse files
committed
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
1 parent b56220e commit 4aa979e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/hetzner-2i2c.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ binderhub:
4444
# try to avoid timeout pushing to local registry
4545
# default is 60
4646
# this must have no spaces to be processed by repo2docker correctly
47-
- '--DockerEngine.extra_init_args={"timeout":120}'
47+
- '--DockerEngine.extra_init_args={"timeout":1200}'
4848

4949
LaunchQuota:
5050
total_quota: 200
@@ -95,6 +95,8 @@ binderhub:
9595
- hub.2i2c.mybinder.org
9696

9797
imageCleaner:
98+
# disable image cleaner temporarily as it seems to wipe layers before they get pushed
99+
enabled: false
98100
# Use 40GB as upper limit, size is given in bytes
99101
imageGCThresholdHigh: 40e9
100102
imageGCThresholdLow: 30e9

0 commit comments

Comments
 (0)