Skip to content

Commit 3683d2e

Browse files
committed
Fix CentOS Stream 8 container image builds
With the upstream CS8 repos gone, an issue with the extras & extras-common yum repo setup in our container images was shown. We were relying on the upstream extras repo, rather than the one in release train.
1 parent 56879bc commit 3683d2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ stackhpc_centos_stream_repos:
160160
tag: "appstream"
161161
- url: "{{ stackhpc_repo_centos_stream_extras_common_url }}"
162162
file: "CentOS-Stream-Extras-common.repo"
163+
tag: "extras-common"
164+
- url: "{{ stackhpc_repo_centos_stream_extras_url }}"
165+
file: "CentOS-Stream-Extras.repo"
163166
tag: "extras"
164167

165168
# List of repositories for EPEL.

0 commit comments

Comments
 (0)