Skip to content

Commit

Permalink
Adjust docker effiency check thresholds.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Jun 22, 2022
1 parent 7e042a3 commit d627f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dive-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d627f66

Please sign in to comment.