From d627f663f03292e4c622d7799bd53f1e8e2e125b Mon Sep 17 00:00:00 2001 From: Paul Haesler Date: Wed, 22 Jun 2022 15:39:13 +1000 Subject: [PATCH] Adjust docker effiency check thresholds. --- dive-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dive-ci.yml b/dive-ci.yml index 1ed408c26..bd5035217 100644 --- a/dive-ci.yml +++ b/dive-ci.yml @@ -5,9 +5,9 @@ rules: # If the amount of wasted space is at least X or larger than X, mark as failed. # Expressed in B, KB, MB, and GB. - highestWastedBytes: 45MB + highestWastedBytes: 60MB # If the amount of wasted space makes up for X% or more of the image, mark as failed. # Note: the base image layer is NOT included in the total image size. # Expressed as a ratio between 0-1; fails if the threshold is met or crossed. - highestUserWastedPercent: 0.05 + highestUserWastedPercent: 0.08