Skip to content

Commit

Permalink
Merge pull request ManageIQ#1082 from bdunne/quinteros
Browse files Browse the repository at this point in the history
Fix quinteros RPM repo links
  • Loading branch information
Fryguy authored Apr 2, 2024
2 parents 743ce2c + 8f37bfc commit f7e6095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ RUN dnf config-manager --setopt=tsflags=nodocs --setopt=install_weak_deps=False
httpd \
mod_ssl \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
https://rpm.manageiq.org/release/18-radjabov/el8/noarch/manageiq-release-18.0-1.el8.noarch.rpm && \
https://rpm.manageiq.org/release/17-quinteros/el8/noarch/manageiq-release-17.0-1.el8.noarch.rpm && \
dnf -y update && \
dnf -y module enable postgresql:13 ruby:3.0 && \
if [[ "$RELEASE_BUILD" != "true" ]]; then dnf config-manager --enable manageiq-18-radjabov-nightly; fi && \
if [[ "$RELEASE_BUILD" != "true" ]]; then dnf config-manager --enable manageiq-17-quinteros-nightly; fi && \
dnf config-manager --setopt=ubi-8-*.exclude=dracut*,net-snmp*,redhat-release* --save && \
if [[ "$LOCAL_RPM" = "true" ]]; then /create_local_yum_repo.sh; fi && \
dnf -y install \
Expand Down

0 comments on commit f7e6095

Please sign in to comment.