Skip to content

Commit e5a4c59

Browse files
author
Tony Lee
authored
Merge branch 'develop' into tests/splunk-secret-env
2 parents 9ddd8bc + 059cf01 commit e5a4c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ CUR_SIZE=$$(docker image inspect $1:latest --format='{{.Size}}') ; \
409409
EDGE_SIZE=$$(docker image inspect splunk/splunk:edge --format='{{.Size}}') ; \
410410
echo "current $1 image size = "$$CUR_SIZE ; \
411411
echo "edge image size = "$$EDGE_SIZE ; \
412-
if [[ $$CUR_SIZE -gt $$EDGE_SIZE*102/100 ]] ; then echo "current image size is 2% more than edge image" ; exit 1 ; fi
412+
if [[ $$CUR_SIZE -gt $$EDGE_SIZE*120/100 ]] ; then echo "current image size is 20% more than edge image" ; exit 1 ; fi
413413
endef
414414

415415
setup_clair_scanner:

0 commit comments

Comments
 (0)