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:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- podman
|
||||
- podman-openrc
|
||||
- podman-compose@testing
|
||||
|
||||
applications_podman_rootless_confd:
|
||||
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"
|
|
@ -5,4 +5,5 @@ include:
|
|||
- .user
|
||||
- .shell
|
||||
- .salt
|
||||
- .candy
|
||||
- .candy
|
||||
- .apk
|
Loading…
Reference in a new issue