mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2026-03-10 16:03:20 -05:00
[PR #681] [MERGED] Adds docker-image-size-limit #760
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/veggiemonk/awesome-docker/pull/681
Author: @sobolevn
Created: 3/3/2019
Status: ✅ Merged
Merged: 3/3/2019
Merged by: @veggiemonk
Base:
master← Head:patch-1📝 Commits (1)
dd60173Adds docker-image-size-limit📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
docker-image-size-limithelps you solve just one problem: fail your CI if your image is growing too big.It was an early morning, I was drinking my cup of tea and reviewing a PR from another programmer. It all looked good, just several new dependencies. So, I have decided to merge it. Problem is solved.
And then I realised that our image size is increased from ~250MiB to ~1.5GiB. That's insane! So, I have wrote a simple script to catch theses cases in the future.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.