Add --no-cache for all apk commands - #330
Merged
Merged
Conversation
Member
|
This is actually a (recent) bug, and they're planning to fix it: https://bugs.alpinelinux.org/issues/9063 (https://git.alpinelinux.org/cgit/apk-tools/commit/?id=e1a05c74cb8ae6ab41ee960343cc64a0a9af95a5) https://git.alpinelinux.org/cgit/apk-tools/commit/?id=8a28c6d0d4f81406c67e76b2bcdbe491aa734717 appears to be the commit which introduced this "autoupdate" behavior. |
Contributor
Author
|
@tianon - Updated PR to only address the missing for apk add commands. |
Member
|
Added commit running |
tao12345666333
approved these changes
Aug 17, 2018
tianon
added a commit
to infosiftr/stackbrew
that referenced
this pull request
Aug 21, 2018
- `drupal`: 8.6.0-rc1 - `ghost`: ghost-cli 1.9.1 - `memcached`: Alpine 3.8 (docker-library/memcached#40) - `mongo`: 3.6.7, `dbPath` fixes (docker-library/mongo#294) - `openjdk`: 11-ea+27 (Debian) - `percona`: 5.5.61, 5.6.41 - `php`: 7.1.21, Alpine 3.8 (docker-library/php#702, docker-library/php#688), 7.3.0beta2 (docker-library/php#677), 7.2.9 - `postgres`: fix `HOME` (docker-library/postgres#481) - `python`: `apk add --no-cache` to combat new `apk` behavior (docker-library/python#330) - `ruby`: bundler 1.16.4 - `tomcat`: 8.5.33, 9.0.11
JayH5
added a commit
to praekeltfoundation/docker-alpine-python
that referenced
this pull request
Oct 25, 2018
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.
The Alpine images contain unnecessary repository indexes in
/var/cache/apk. The following changes were made to ensure they are not saved.apk addcommandsapk delcommands. Even though it removes packages, running it will ensure that an index is present locally.