Skip to content

Commit

Permalink
Merge pull request #776 from Fryguy/remove_ovirt_repo2
Browse files Browse the repository at this point in the history
Complete removal of ovirt-release repo
  • Loading branch information
bdunne authored Dec 7, 2021
2 parents 984c036 + a4b6828 commit ba2dfaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ RUN dnf -y remove subscription-manager* && \
dnf -y install \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
https://rpm.manageiq.org/release/14-najdorf/el8/noarch/manageiq-release-14.0-2.el8.noarch.rpm && \
rm -f /etc/yum.repos.d/ovirt-4.4-dependencies.repo && \
dnf -y module enable nodejs:12 && \
dnf -y module enable ruby:2.7 && \
if [[ "$RELEASE_BUILD" != "true" ]]; then dnf config-manager --enable manageiq-14-najdorf-nightly; fi && \
Expand Down

0 comments on commit ba2dfaa

Please sign in to comment.