Add testing repo
This commit is contained in:
parent
b495f8ffd5
commit
ce01fd7deb
3 changed files with 10 additions and 1 deletions
|
@ -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
4
system/apk.sls
Normal 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"
|
|
@ -6,3 +6,4 @@ include:
|
||||||
- .shell
|
- .shell
|
||||||
- .salt
|
- .salt
|
||||||
- .candy
|
- .candy
|
||||||
|
- .apk
|
Loading…
Reference in a new issue