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