Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c9s: Add distribution-gpg-keys rpm from EPEL #1032

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions c9s.repo
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ gpgcheck=1
repo_gpgcheck=0
enabled=1
gpgkey=https://download.copr.fedorainfracloud.org/results/@OKD/okd/pubkey.gpg

[epel-9]
name=Extra Packages for Enterprise Linux 9
baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/$basearch
gpgcheck=1
repo_gpgcheck=0
enabled=1
gpgkey=file:///usr/share/distribution-gpg-keys/epel/RPM-GPG-KEY-EPEL-9
7 changes: 7 additions & 0 deletions manifest-c9s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ repos:
- appstream
- sig-nfv
- okd-copr
- epel-9
# Temporarily include RHCOS 9 repo for oc & hyperkube
- rhel-9-server-ose

Expand Down Expand Up @@ -119,6 +120,9 @@ packages:
# We include the generic release package and tweak the os-release info in a
# post-proces script
- centos-release
# Include distribution-gpg-keys for having the GPG keys available
# when building the extensions image within the base container via COSA
- distribution-gpg-keys

# Packages pinned to specific repos in SCOS 9
repo-packages:
Expand All @@ -136,3 +140,6 @@ repo-packages:
packages:
- cri-o
- cri-tools
- repo: epel-9
packages:
- distribution-gpg-keys