try @testing-repo 3
This commit is contained in:
parent
1dfa1991aa
commit
84e8b6565e
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
include:
|
||||||
|
- system.apk
|
||||||
|
|
||||||
applications_podman_pkgs:
|
applications_podman_pkgs:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- pkgs:
|
- pkgs:
|
||||||
|
@ -8,7 +11,7 @@ application_podman_compose_pkg:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- podman-compose
|
- podman-compose
|
||||||
- fromrepo: https://dl-cdn.alpinelinux.org/alpine/edge/testing
|
- fromrepo: testing
|
||||||
- require:
|
- require:
|
||||||
- applications_podman_pkgs
|
- applications_podman_pkgs
|
||||||
|
|
||||||
|
|
5
system/apk.sls
Normal file
5
system/apk.sls
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
system_apk_testing-repo:
|
||||||
|
pkgrepo.managed:
|
||||||
|
- name: https://dl-cdn.alpinelinux.org/alpine/edge/testing
|
||||||
|
- dist: testing
|
||||||
|
- file: /etc/apk/repositories
|
Loading…
Reference in a new issue