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

#15: Reduce size of image by 600mb #16

Merged
merged 5 commits into from
Dec 26, 2023
Merged

#15: Reduce size of image by 600mb #16

merged 5 commits into from
Dec 26, 2023

Commits on Dec 26, 2023

  1. 15: Shrink size of image

    ```bash
    $ docker inspect -f "{{ .Size }}" ghcr.io/distrobyte/containsible:latest | numfmt --to=si
    1.5G
    $ docker inspect -f "{{ .Size }}" containsible:15 | numfmt --to=si
    859M
    ```
    DistroByte committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    437a18b View commit details
    Browse the repository at this point in the history
  2. Update readme

    DistroByte committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b249041 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b2e88a View commit details
    Browse the repository at this point in the history
  4. Add verbosity flag

    DistroByte committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    db4cb90 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    DistroByte committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    392f7ba View commit details
    Browse the repository at this point in the history