-
Notifications
You must be signed in to change notification settings - Fork 125
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
Separate to per "type" packages #4
Comments
What kind of "image" are you building? |
Oh, I'm sorry - docker image with the application that depends on this package. |
I didn't plan to, I always assumed disk is cheap. But you can easily create composer post install script that cleans up what you don't need. |
Yes, it's cheap. But when you have more than 100 projects, which exists in x version (due to potential deployment rollback) you are trying to keep the vendor size as small as possible. |
I don't think .gitignore will help. Post install script sounds reasonable. If you go for the fork, you need to maintain it yourself. |
Sorry, I wanted to write ".dockerignore". |
I still think post-install script is your best option, but whatever works for you. |
Is there any plan to separate this package "type" specific packages? Like
The whole repository has ~179MB. When building an image with ~40MB, app ~10MB this is so much overhead.
The text was updated successfully, but these errors were encountered: