Zero Down Time - Alpine repository
Go to file
Stefan Reimer bdf5dbf27f feat: kubernetes version bump to 1.23.10, latest docker registry package to support AWS EC2 etc 2022-08-18 17:42:59 +02:00
v3.15 Add openvpn_exporter 2022-06-20 13:04:42 +02:00
v3.16 feat: kubernetes version bump to 1.23.10, latest docker registry package to support AWS EC2 etc 2022-08-18 17:42:59 +02:00
.gitignore feat: update various packages to v3.16.2 2022-08-16 14:41:09 +02:00
LICENSE Initial commit 2021-11-12 17:26:10 +00:00
Makefile feat: update various packages to v3.16.2 2022-08-16 14:41:09 +02:00
README.md feat: update various packages to v3.16.2 2022-08-16 14:41:09 +02:00

README.md

Alpine Linux aports repository

This repository contains the APKBUILD files for each and every Alpine Linux package, along with the required patches and scripts, if any.

It also contains some extra files and directories related to testing (and therefore, building) those packages on GitLab (via GitLab CI).

If you want to contribute, please read the contributor guide and feel free to either submit a git patch on the Alpine aports mailing list (~alpine/aports@lists.alpinelinux.org), or to submit a merge request on GitLab.

Git Hooks

You can find some useful git hooks in the .githooks directory. To use them, run the following command after cloning this repository:

git config --local core.hooksPath .githooks