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.
1 parent 1b63189 commit 99a8f76Copy full SHA for 99a8f76
scripts/check_layer_size.sh
@@ -7,8 +7,8 @@
7
8
# Compares layer size to threshold, and fails if below that threshold
9
10
-# 6 mb size limit
11
-MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 6 \* 1024)
+# 7 mb size limit
+MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 7 \* 1024)
12
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 24 \* 1024)
13
14
@@ -36,4 +36,4 @@ do
36
echo "Unzipped size exceeded limit $MAX_LAYER_UNCOMPRESSED_SIZE_KB kb"
37
exit 1
38
fi
39
-done
+done
0 commit comments