1
2
3
4
5
6
7
8
9
10
11 #
# !!! This file is managed by Ansible !!!
#
{% if system.enableOwnRepos is true %}
https://repo.ctu.cx/alpine/alpine-pkgs
{% endif %}
https://dl-cdn.alpinelinux.org/alpine/{{ system.alpineVersion }}/main
https://dl-cdn.alpinelinux.org/alpine/{{ system.alpineVersion }}/community
{% if system.alpineVersion == "edge" %}
https://dl-cdn.alpinelinux.org/alpine/{{ system.alpineVersion }}/testing
{% endif %}