cloudposse / geodesic

🚀 Geodesic is a DevOps Linux Toolbox in Docker
https://cloudposse.com/accelerate
Apache License 2.0
929 stars 117 forks source link

Slim down container using slimtoolkit/slim #947

Closed nitrocode closed 1 month ago

nitrocode commented 1 month ago

Have a question? Please checkout our Slack Community or visit our Slack Archive.

Slack Community

Describe the Feature

Since the release of version 3.0.0, the container is much smaller which is great. I think we can further slim down the container using

https://github.com/slimtoolkit/slim

Use Case

I want the container to be even smaller

Alternatives Considered

N/A

Additional Context

Nuru commented 1 month ago

slim works by looking at what in the container gets used and removing stuff that is not used. That is appropriate if your container is an app and you have a test suite that provides 100% code coverage.

Geodesic is not like that. Closing as wontfix.