Skip to content

Commit 68d9954

Browse files
committed
Upgrade config.kiwi to use openSUSE 16.0
Signed-off-by: Nino Kodabande <nkodabande@suse.com>
1 parent bcf0d8f commit 68d9954

1 file changed

Lines changed: 19 additions & 17 deletions

File tree

config.kiwi

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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"?>
33

44
<image schemaversion="7.5" name="rancher-desktop-distro">
55
<description type="system">
@@ -23,28 +23,30 @@
2323
<preferences profiles="wsl">
2424
<type image="tbz" />
2525
</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/" />
3329
</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">
3932
<!-- Require openresty -->
4033
<source path="https://rancher-sandbox.github.io/openresty-packaging/" />
4134
</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">
4345
<!-- For mkcert -->
44-
<source path="obs://devel:languages:go/openSUSE_Factory" />
46+
<source path="obs://devel:languages:go/16.0" />
4547
</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">
4850
<!-- For mkcert -->
4951
<source path="obs://devel:languages:go/openSUSE_Factory_ARM" />
5052
</repository>

0 commit comments

Comments
 (0)