Skip to content

Commit

Permalink
containers: Don't use arch in COPR chroot name
Browse files Browse the repository at this point in the history
Turns out there's no need to specify the architecture in COPR's chroot
names, so let's not do this.

Signed-off-by: Marcin Sobczyk <[email protected]>
  • Loading branch information
tinez committed Aug 23, 2022
1 parent 4a4dae9 commit da11b7e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/network/functional/Dockerfile.alma-9
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN dnf install -y crypto-policies-scripts crypto-policies \
# Add runtime dependencies.
RUN dnf -y install dnf-plugins-core \
&& \
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9-x86_64 \
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9 \
&& \
dnf install -y ovirt-release-master \
&& \
Expand Down
2 changes: 1 addition & 1 deletion docker/network/functional/Dockerfile.centos-9
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN dnf install -y crypto-policies-scripts crypto-policies \
# Add runtime dependencies.
RUN dnf -y install dnf-plugins-core \
&& \
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9-x86_64 \
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9 \
&& \
dnf install -y ovirt-release-master \
&& \
Expand Down
2 changes: 1 addition & 1 deletion docker/network/integration/Dockerfile.alma-9
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN dnf install -y crypto-policies-scripts crypto-policies \
# Add runtime dependencies.
RUN dnf -y install dnf-plugins-core \
&& \
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9-x86_64 \
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9 \
&& \
dnf install -y ovirt-release-master \
&& \
Expand Down
2 changes: 1 addition & 1 deletion docker/network/integration/Dockerfile.centos-9
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN dnf install -y crypto-policies-scripts crypto-policies \
# Add runtime dependencies.
RUN dnf -y install dnf-plugins-core \
&& \
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9-x86_64 \
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9 \
&& \
dnf install -y ovirt-release-master \
&& \
Expand Down
2 changes: 1 addition & 1 deletion docker/network/unit/Dockerfile.alma-9
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN dnf install -y crypto-policies-scripts crypto-policies \
# Add runtime dependencies.
RUN dnf -y install dnf-plugins-core \
&& \
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9-x86_64 \
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9 \
&& \
dnf install -y ovirt-release-master \
&& \
Expand Down
2 changes: 1 addition & 1 deletion docker/network/unit/Dockerfile.centos-9
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN dnf install -y crypto-policies-scripts crypto-policies \
# Add runtime dependencies.
RUN dnf -y install dnf-plugins-core \
&& \
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9-x86_64 \
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9 \
&& \
dnf install -y ovirt-release-master \
&& \
Expand Down

0 comments on commit da11b7e

Please sign in to comment.