You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2019. It is now read-only.
I saw there was a PR for using Debian instead of the PHP official images. There's another official image that I think is very useful for building good base images: Alpine. For comparison:
# Current images
$ docker images | grep composer/composer
composer/composer base eb1df2aafe51 3 weeks ago 521.9 MB
composer/composer 1.0.0-alpha8 aa4d3eabda20 3 weeks ago 522.9 MB
composer/composer 1.0.0-alpha10 11b069d27b51 3 weeks ago 523 MB
composer/composer latest b87b6a34ca39 3 weeks ago 523 MB
composer/composer 1.0.0-alpha9 58acc7adbc48 3 weeks ago 523 MB
# Alpine images
$ docker images | grep composer/composer
composer/composer 1.0.0-alpha8 5b8d2ca4148a 14 minutes ago 22.57 MB
composer/composer 1.0.0-alpha9 fc5edf265f13 14 minutes ago 22.64 MB
composer/composer 1.0.0-alpha10 e858b3a69ef1 14 minutes ago 22.68 MB
composer/composer latest e9eb902514ea 17 minutes ago 22.72 MB
composer/composer base 2bf3879927f9 17 minutes ago 21.6 MB
@RobLoach So in thinking about this, I definitely missed git, but maybe I should install the commands for all the supported vcs systems. That does kick the image sizes up to ~90MB, but still respectably small. What do you think?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
8 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I saw there was a PR for using Debian instead of the PHP official images. There's another official image that I think is very useful for building good base images: Alpine. For comparison: