Add testing repo

This commit is contained in:
LinuxSquare 2023-10-20 18:15:17 +02:00
parent b495f8ffd5
commit ce01fd7deb
3 changed files with 10 additions and 1 deletions

View file

@ -1,8 +1,12 @@
include:
- system.apk
applications_podman_pkgs: applications_podman_pkgs:
pkg.installed: pkg.installed:
- pkgs: - pkgs:
- podman - podman
- podman-openrc - podman-openrc
- podman-compose@testing
applications_podman_rootless_confd: applications_podman_rootless_confd:
file.keyvalue: file.keyvalue:

4
system/apk.sls Normal file
View file

@ -0,0 +1,4 @@
system_apk_testing-repo:
file.append:
- name: /etc/apk/repositories
- text: "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing"

View file

@ -6,3 +6,4 @@ include:
- .shell - .shell
- .salt - .salt
- .candy - .candy
- .apk