Skip to content

Commit

Permalink
Ensure we pull ruby from CentOS, not UBI
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Nov 13, 2024
1 parent 18cf167 commit e770f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN ARCH=$(uname -m) && \
dnf -y update && \
dnf -y module enable postgresql:13 ruby:3.0 && \
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 && \
dnf config-manager --setopt=ubi-8-*.exclude=dracut*,net-snmp*,redhat-release*,ruby* --save && \
if [[ "$LOCAL_RPM" = "true" ]]; then /create_local_yum_repo.sh; fi && \
dnf -y install \
${RPM_PREFIX}-pods \
Expand Down

0 comments on commit e770f4d

Please sign in to comment.