Skip to content

Commit

Permalink
Use obsrepositories for the CentOS 9 image
Browse files Browse the repository at this point in the history
We were relying on the repos being parsed from the kiwi description but this can
cause problems and gives us less flexibility when it comes to fixing repository
setup issues.

This fixes #2335
  • Loading branch information
dcermak committed Jan 10, 2024
1 parent bd442f6 commit 8acbaf3
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions build-tests/x86/centos/test-image-live-disk-v9/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,8 @@
<users>
<user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/root" name="root" groups="root"/>
</users>
<repository type="rpm-md" alias="kiwi-next-generation" priority="1">
<source path="obs://Virtualization:Appliances:Staging/CentOS_9"/>
</repository>
<repository type="rpm-md">
<source path="obs://Fedora:EPEL:9/next"/>
</repository>
<repository type="rpm-md">
<source path="obs://Fedora:EPEL:9/standard"/>
</repository>
<repository type="rpm-md">
<source path="obs://CentOS:CentOS-9:Stream/crb"/>
</repository>
<repository type="rpm-md">
<source path="obs://CentOS:CentOS-9:Stream/appstream"/>
</repository>
<repository type="rpm-md">
<source path="obs://CentOS:CentOS-9:Stream/baseos"/>
<repository type="rpm-md" priority="1">
<source path='obsrepositories:/'/>
</repository>
<packages type="image">
<package name="syslinux"/>
Expand Down

0 comments on commit 8acbaf3

Please sign in to comment.