Avoid cache in Alpine apk add#228
Merged
yosifkit merged 1 commit intodocker-library:masterfrom May 17, 2016
robbertkl:master
Merged
Avoid cache in Alpine apk add#228yosifkit merged 1 commit intodocker-library:masterfrom robbertkl:master
yosifkit merged 1 commit intodocker-library:masterfrom
robbertkl:master
Conversation
Member
|
Oh, nice catch! Would you be willing to update the template, too? ( php/Dockerfile-alpine.template Line 86 in a783b63 |
Contributor
Author
|
Of course! Sorry, wasn't aware they were generated from a template 😄 Just pushed an amended commit. |
Member
|
Thanks! Builds are green! LGTM |
tianon
added a commit
to infosiftr/stackbrew
that referenced
this pull request
May 18, 2016
- `elasticsearch`: 2.3.3 (docker-library/elasticsearch#103) - `kibana`: 4.5.1 and 4.1.7 (docker-library/kibana#46) - `mariadb`: allow arbitrary `--user` (MariaDB/mariadb-docker#59) - `percona`: allow arbitrary `--user` (docker-library/percona#21) - `php`: fix Alpine cache sticking around (docker-library/php#228) - `rocket.chat`: 0.31.0 - `ruby`: bundler 1.12.4
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.
Adds
--no-cacheto the finalapk addin theDockerfile. The otherapk add's already have this flag; however the cache is currently created anyway because of the finalapk add.