alpine: Don't install ca-certificates on Alpine 3.7+#307
Merged
tianon merged 2 commits intodocker-library:masterfrom Jul 25, 2018
Merged
alpine: Don't install ca-certificates on Alpine 3.7+#307tianon merged 2 commits intodocker-library:masterfrom
tianon merged 2 commits intodocker-library:masterfrom
Conversation
7c752fa to
92f99db
Compare
Contributor
Author
92f99db to
2eaaa4a
Compare
* CA certs come bundled on Alpine 3.7+ * On Alpine 3.6, rather install libressl which also include CA certs, allows us to use wget, and doesn't increase the size over ca-certificates
2eaaa4a to
93c1436
Compare
Contributor
Author
|
Rebased on top of #315 |
…tificates" installed and removing "libressl" after downloading)
d9536f1 to
cc8d232
Compare
Member
|
Thanks @JayH5 ❤️ (especially for your patience 😅) |
tianon
added a commit
to infosiftr/stackbrew
that referenced
this pull request
Jul 26, 2018
- `gcc`: 8.2.0 - `ghost`: 1.25.2 - `mongo`: minor comment update - `mysql`: `gpgconf --kill all` (docker-library/mysql#459) - `postgres`: `gpgconf --kill all` (docker-library/postgres#471) - `python`: remove `ca-certificates` from Alpine 3.7+ (docker-library/python#307) - `redis`: suite aliases (redis/docker-library-redis#154) - `rocket.chat`: 0.67.0 - `tomcat`: jessie arch removals
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 free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
libresslwhich also include CA certs, allows us to use wget, and doesn't increase the size overca-certificatesNo significant change to image size (decreases ~0.7MB). Mostly a cleanup.