-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup large unused files #375
Conversation
d13ed26
to
b9e332b
Compare
This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 7 days |
Missed a comment. Don't close. |
Wait with this, I have some more improvements. |
Reduces the alpine image from 46M to 36M, and debian image from 210M to 195M. yajl parts can be removed if/when brianmario/yajl-ruby#228 is merged and released. Signed-off-by: Orgad Shaneh <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Here is the simple stats:
podman images |grep fluentd
localhost/fluentd-alpine latest 2918f8d3973c 17 seconds ago 49.9 MB
localhost/fluentd-debian latest 4ae0e7ea34fc About a minute ago 220 MB
localhost/fluentd-alpine-reduce latest 92dcc72f2f3c 4 minutes ago 39.1 MB
localhost/fluentd-debian-reduce latest a4d016dcfb19 6 hours ago 204 MB
Thanks @kenhys. With docker-library/ruby#472 the debian images can be reduced even more. |
Reduces the alpine image from 46M to 36M and debian image from 210M to 195M.
yajl parts can be removed if/when brianmario/yajl-ruby#228 is merged and released.