Coder Social home page Coder Social logo

Docker image too big about docker-asterisk HOT 7 CLOSED

dougbtv avatar dougbtv commented on June 16, 2024
Docker image too big

from docker-asterisk.

Comments (7)

dougbtv avatar dougbtv commented on June 16, 2024

Absolutely agree, it's far too big -- do you have any interest in trying to get it working with a multi-stage build? I'd happily take a pull request that can incorporate that, it should trim it down quite significantly.

from docker-asterisk.

mimusica avatar mimusica commented on June 16, 2024

Try to run all commands within 1 RUN statement. This will already decrease your image size.
And!
Once you're done with the "make" command, run:
make dist-clean
to clean up the cached files

from docker-asterisk.

mimusica avatar mimusica commented on June 16, 2024

I've created a pull request with the changes I made.
Now there is only 1 RUN statement in the entire file, yet it is clean and readable
Added "yum clean all" after "yum install"
And I added a "make dist-clean" after all sources where compiled

This resulted in saving almost half the previous image size ;-).

For some (to me) unknown reason Travis failed on asterisk 14. It appears that there is no /var/log/asterisk/cdr-csv/Master.csv file created. It seems rather weird as asterisk 13 passes and the folder permissions for both are the same.
@dougbtv could you have a look at this please? And let me know if I can help.

from docker-asterisk.

mimusica avatar mimusica commented on June 16, 2024

all images are just below 700MB now. If that suffices then you can close this :-)

from docker-asterisk.

mimusica avatar mimusica commented on June 16, 2024

@UnAfraid the latest asterisk 16 certified lts is just under 600MB

from docker-asterisk.

mimusica avatar mimusica commented on June 16, 2024

@dougbtv this can be closed

from docker-asterisk.

UnAfraid avatar UnAfraid commented on June 16, 2024

Great, thanks!

from docker-asterisk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.