Skip to content

Commit

Permalink
Changes after new branch radjabov
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Feb 23, 2024
1 parent 02df5d9 commit 783345b
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 @@ -44,8 +44,8 @@ RUN ARCH=$(uname -m) && \
dnf config-manager --enable crb && \
dnf -y install \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
https://rpm.manageiq.org/release/18-radjabov/el9/noarch/manageiq-release-18.0-1.el9.noarch.rpm && \
if [[ "$RELEASE_BUILD" != "true" ]]; then dnf config-manager --enable manageiq-18-radjabov-nightly; fi && \
https://rpm.manageiq.org/release/19-spassky/el9/noarch/manageiq-release-19.0-1.el9.noarch.rpm && \
if [[ "$RELEASE_BUILD" != "true" ]]; then dnf config-manager --enable manageiq-19-spassky-nightly; fi && \
if [[ "$LOCAL_RPM" = "true" ]]; then /create_local_yum_repo.sh; fi && \
dnf -y module enable ruby:3.1 && \
dnf -y install \
Expand Down

0 comments on commit 783345b

Please sign in to comment.