Skip to content
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

Optimize Docker Image Size by Cleaning Nix Store #2486

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

artemklevtsov
Copy link
Contributor

Summary

This MR modifies the Dockerfile to reduce the final image size by optimizing the Nix store after installing packages. Added nix-store --gc and nix-store --optimise commands to clean up and optimize the Nix store after package installation.

How was it tested?

Built the Docker image locally and verified the image size reduction. Confirmed that the application runs as expected after the changes.

@LucilleH LucilleH requested a review from mohsenari February 7, 2025 19:49
@mohsenari
Copy link
Collaborator

Thank you for making this PR. Would you mind adding how much you were able to reduce the image size in your testing?

@mohsenari mohsenari merged commit 5819338 into jetify-com:main Feb 20, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants