Skip to content

Commit

Permalink
containers: Specify COPR chroot explicitly
Browse files Browse the repository at this point in the history
A recent change to DNF COPR plugin [1] makes 'epel-9' the default chroot
used for CentOS Stream 9. Let's specify the 'centos-stream-9' chroot
name that we use in oVirt's COPR explictly.

[1] rpm-software-management/dnf-plugins-core#459

Signed-off-by: Marcin Sobczyk <msobczyk@redhat.com>
  • Loading branch information
tinez authored and mwperina committed Aug 23, 2022
1 parent 14a44e9 commit 2d3ecb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.stream9
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN dnf install -y crypto-policies-scripts crypto-policies
RUN update-crypto-policies --set LEGACY

# Install oVirt repositories
RUN dnf copr enable -y ovirt/ovirt-master-snapshot \
RUN dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9 \
&& dnf install -y ovirt-release-master

# Configure CS9 repositories
Expand Down

0 comments on commit 2d3ecb1

Please sign in to comment.