cruftspy VS bgems

Compare cruftspy vs bgems and see what are their differences.

cruftspy

Detect unnecessary files in Docker images (by viraptor)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cruftspy bgems
3 1
15 1
- -
0.0 10.0
almost 2 years ago almost 10 years ago
Python Ruby
- BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cruftspy

Posts with mentions or reviews of cruftspy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-26.

bgems

Posts with mentions or reviews of bgems. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-26.
  • Rails on Docker ยท Fly
    16 projects | news.ycombinator.com | 26 Jan 2023
    One problem you're likely to run into is that systems using the same packaging lineage cut the same dependency up in different ways. The "right name" for a dependency can change between Ubuntu and Debian, between different releases of Ubuntu, and different architectures. It very quickly gets out of hand for any interesting set of dependencies. Now it might be that there's enough stability in the repositories these days that that's less true than it was, but I remember running into some really annoying cases at one point when I had a full gem mirror to play with.

    This is one of those problems that sounds easy but gets really fiddly. I had a quick run at it from a slightly different direction a looooong time ago: binary gems (https://github.com/regularfry/bgems although heaven knows if it even still runs). Precompiled binary gems would dramatically speed up installation at the cost of a) storage; and b) getting it right once. The script I cobbled together gathers the dependencies together into a `.Depends` file which you can just pipe through to the package manager, and could happily use to strap together a package corresponding to the dependency list.

    I've never really understood why a standard for precompiled gems never emerged, but it turns out it's drop-dead simple to implement. The script does some linker magic to reverse engineer the dpkg package dependency list from a compiled binary. I was quite pleased with it at the time, and while I don't think it's bullet-proof I do think it's worth having a poke at for ideas. Of course it can only detect binary dependencies, not data dependencies or anything more interesting, so there's still room for improvement.

What are some alternatives?

When comparing cruftspy and bgems you can also consider the following projects:

dive - A tool for exploring each layer in a docker image

docker-projects

docker-show-context - Show where time is wasted during the context upload of `docker build`

lamby - ๐Ÿ‘๐Ÿ›ค Simple Rails & AWS Lambda Integration

dockerfiles - Various Dockerfiles I use on the desktop and on servers.

dockerfile-rails - Provides a Rails generator to produce Dockerfiles and related files.

buildkit - concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit

distroless - ๐Ÿฅ‘ Language focused docker images, minus the operating system.

buildah - A tool that facilitates building OCI images.

awesome-compose - Awesome Docker Compose samples