Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
type error
Ioannis committed Aug 27, 2024
1 parent 8930717 commit 0f65f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comanage-registry-internet2-tier-base/Dockerfile
@@ -23,15 +23,15 @@ USER root
RUN yum -y remove \
postgresql-libs \
postgresql-devel \
postgresql \
postgresql

# Centos 7 has reached EOL (End of Life) today, 1 July 2024,
# thus mirrorlist.centos.org is no longer required.
# In order to install packages,
# you have to adjust repositories from "mirrorlist" to "baseurl"
RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo \
sed -i s/^#.*baseurl=http/baseurl=https/g /etc/yum.repos.d/*.repo \
sed -i s/^mirrorlist=http/#mirrorlist=https/g /etc/yum.repos.d/*.repo \
sed -i s/^mirrorlist=http/#mirrorlist=https/g /etc/yum.repos.d/*.repo

ARG PHP_VERSION=8.1.29
ARG PHP_SRC_URL=https://github.com/php/php-src/archive/php-${PHP_VERSION}.tar.gz

0 comments on commit 0f65f5a

Please sign in to comment.