Skip to content

Commit

Permalink
Merge pull request ManageIQ#837 from Minal-Mahor/s390x-changes
Browse files Browse the repository at this point in the history
Don't remove subscription-manager on s390x
  • Loading branch information
Fryguy authored May 26, 2022
2 parents 4bcd909 + 3427d90 commit 1ca88c2
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 @@ -41,8 +41,8 @@ RUN curl -L https://releases.ansible.com/ansible-runner/ansible-runner.el8.repo
RUN dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs install \
httpd \
mod_ssl && \
dnf -y remove *subscription-manager* && \
if [ ${ARCH} != "s390x" ] ; then \
dnf -y remove *subscription-manager* && \
dnf -y install \
http://mirror.centos.org/centos/8-stream/BaseOS/${ARCH}/os/Packages/centos-stream-repos-8-2.el8.noarch.rpm \
http://mirror.centos.org/centos/8-stream/BaseOS/${ARCH}/os/Packages/centos-gpg-keys-8-2.el8.noarch.rpm && \
Expand Down

0 comments on commit 1ca88c2

Please sign in to comment.