Zero Down Time - Alpine repository
Go to file
Stefan Reimer 9d8a6941c5 fix: more Nvidia tweaks, fluent-bit version bump 2022-09-07 14:27:15 +02:00
v3.15 Add openvpn_exporter 2022-06-20 13:04:42 +02:00
v3.16 fix: more Nvidia tweaks, fluent-bit version bump 2022-09-07 14:27:15 +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: first fully working Nvidia support for KubeZero workers 2022-09-06 13:30:04 +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