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 48fbcbd + 56e73ac commit 65ee358Copy full SHA for 65ee358
packer/conf/bin/bk-check-disk-space.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -euo pipefail
3
4
-DISK_MIN_AVAILABLE=${DISK_MIN_AVAILABLE:-1048576} # 1GB
+DISK_MIN_AVAILABLE=${DISK_MIN_AVAILABLE:-5242880} # 5GB
5
DISK_MIN_INODES=${DISK_MIN_INODES:-250000} # docker needs lots
6
7
DOCKER_DIR="/var/lib/docker/"
0 commit comments