Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable 'community' repository by default
'main' has a full support cycle of 2 years, but 'community' has a maximum support cycle of 6 months (i.e. until next stable release; see https://wiki.alpinelinux.org/wiki/Repositories). Therefore you must ensure to always use Alpine's latest stable release when installing packages from the 'community' repository. Thus we better disable the 'community' repository by default. You can either re-enable the repository in your image (run `sed -i -E 's/^@community (.+)$/\1/' /etc/apk/repositories`), or explicitly install single packages from the 'community' repository by appending '@community' to package names (e.g. `apk add package-name@community`).
- Loading branch information