We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4941f36 + 4aa979e commit 91391abCopy full SHA for 91391ab
config/hetzner-2i2c.yaml
@@ -44,7 +44,7 @@ binderhub:
44
# try to avoid timeout pushing to local registry
45
# default is 60
46
# this must have no spaces to be processed by repo2docker correctly
47
- - '--DockerEngine.extra_init_args={"timeout":120}'
+ - '--DockerEngine.extra_init_args={"timeout":1200}'
48
49
LaunchQuota:
50
total_quota: 200
@@ -95,6 +95,8 @@ binderhub:
95
- hub.2i2c.mybinder.org
96
97
imageCleaner:
98
+ # disable image cleaner temporarily as it seems to wipe layers before they get pushed
99
+ enabled: false
100
# Use 40GB as upper limit, size is given in bytes
101
imageGCThresholdHigh: 40e9
102
imageGCThresholdLow: 30e9
0 commit comments