Skip to content

Commit 082f97d

Browse files
authored
Merge branch 'develop' into bugfix/make-s390x-great-again
2 parents ce63d6b + 059cf01 commit 082f97d

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)