|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<?xml-model href="https://github.com/OSInside/kiwi/raw/v9.24.43/kiwi/schema/kiwi.rng"?> |
| 2 | +<?xml-model href="https://github.com/OSInside/kiwi/raw/v10.2.33/kiwi/schema/kiwi.rng"?> |
3 | 3 |
|
4 | 4 | <image schemaversion="7.5" name="rancher-desktop-distro"> |
5 | 5 | <description type="system"> |
|
23 | 23 | <preferences profiles="wsl"> |
24 | 24 | <type image="tbz" /> |
25 | 25 | </preferences> |
26 | | - <repository type="rpm-md" imageinclude="true" alias="tumbleweed"> |
27 | | - <!-- |
28 | | - Use factory, as Leap 15.6 systemd is too old to work correctly on WSL |
29 | | - (We require at least 255.7); see: |
30 | | - https://github.com/systemd/systemd/pull/32534 |
31 | | - --> |
32 | | - <source path="obs://openSUSE:Factory/standard" /> |
| 26 | + <repository type="rpm-md" imageinclude="true" alias="leap-16.0-oss"> |
| 27 | + <!-- Primary openSUSE Leap 16.0 repository --> |
| 28 | + <source path="https://download.opensuse.org/distribution/leap/16.0/repo/oss/" /> |
33 | 29 | </repository> |
34 | | - <repository type="rpm-md" imageinclude="true" alias="tumbleweed-aarch64" profiles="lima"> |
35 | | - <!-- The lima image may need aarch64 ports (for mac M1) --> |
36 | | - <source path="http://download.opensuse.org/ports/aarch64/tumbleweed/repo/oss/" /> |
37 | | - </repository> |
38 | | - <repository type="rpm-md" imageinclude="false" alias="rd-openresty-packaging" repository_gpgcheck="false"> |
| 30 | + <repository type="rpm-md" imageinclude="false" repository_gpgcheck="false" |
| 31 | + alias="rd-openresty-packaging"> |
39 | 32 | <!-- Require openresty --> |
40 | 33 | <source path="https://rancher-sandbox.github.io/openresty-packaging/" /> |
41 | 34 | </repository> |
42 | | - <repository type="rpm-md" imageinclude="false" alias="devel-languages-go" priority="150"> |
| 35 | + <repository type="rpm-md" imageinclude="false" priority="150" alias="kubic"> |
| 36 | + <!-- For cni-plugin-flannel --> |
| 37 | + <source path="obs://devel:kubic/16.0" /> |
| 38 | + </repository> |
| 39 | + <repository type="rpm-md" imageinclude="false" priority="150" alias="containers"> |
| 40 | + <!-- For tini-static --> |
| 41 | + <source path="obs://Virtualization:containers/16.0"></source> |
| 42 | + </repository> |
| 43 | + <repository type="rpm-md" imageinclude="false" priority="150" arch="x86_64" |
| 44 | + alias="devel-languages-go"> |
43 | 45 | <!-- For mkcert --> |
44 | | - <source path="obs://devel:languages:go/openSUSE_Factory" /> |
| 46 | + <source path="obs://devel:languages:go/16.0" /> |
45 | 47 | </repository> |
46 | | - <repository type="rpm-md" imageinclude="false" alias="devel-languages-go-aarch64" profiles="lima" |
47 | | - priority="150"> |
| 48 | + <repository type="rpm-md" imageinclude="false" priority="150" arch="aarch64" |
| 49 | + alias="devel-languages-go-aarch64"> |
48 | 50 | <!-- For mkcert --> |
49 | 51 | <source path="obs://devel:languages:go/openSUSE_Factory_ARM" /> |
50 | 52 | </repository> |
|
0 commit comments