Skip to content

Commit

Permalink
CentOS Stream 8 is EOL
Browse files Browse the repository at this point in the history
Unfortunately the repos RPM in the vault still points to mirrors.centos.org
which is no longer serving Stream 8.  I patched the RPMs and posted them on
rpm.manageiq.org with a change to point all repos to the vault.
  • Loading branch information
bdunne committed Oct 7, 2024
1 parent f7e6095 commit cb5b9d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ RUN dnf config-manager --setopt=tsflags=nodocs --setopt=install_weak_deps=False
dnf -y --setopt=protected_packages= remove redhat-release && \
dnf -y remove *subscription-manager* && \
dnf -y install \
http://mirror.centos.org/centos/8-stream/BaseOS/${ARCH}/os/Packages/centos-stream-release-8.6-1.el8.noarch.rpm \
http://mirror.centos.org/centos/8-stream/BaseOS/${ARCH}/os/Packages/centos-stream-repos-8-6.el8.noarch.rpm \
http://mirror.centos.org/centos/8-stream/BaseOS/${ARCH}/os/Packages/centos-gpg-keys-8-6.el8.noarch.rpm && \
https://rpm.manageiq.org/builds/centos/centos-stream-repos-8-6.1.el8.noarch.rpm \
https://rpm.manageiq.org/builds/centos/centos-gpg-keys-8-6.1.el8.noarch.rpm && \
dnf -y --setopt=protected_packages= swap redhat-release centos-stream-release && \
dnf config-manager --setopt=appstream*.exclude=*httpd*,mod_ssl --save \
; fi && \
dnf -y install \
Expand Down

0 comments on commit cb5b9d5

Please sign in to comment.