You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2020/10/27 18:41:19 UTC

[mesos] branch 1.7.x updated: Updated Postgres URL in CentOS 6 Dockerfile.

This is an automated email from the ASF dual-hosted git repository.

bmahler pushed a commit to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.7.x by this push:
     new dcb2e13  Updated Postgres URL in CentOS 6 Dockerfile.
dcb2e13 is described below

commit dcb2e13399a31ae0e0b0a75e327ffbc26128bc50
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Mon Oct 26 16:58:35 2020 -0400

    Updated Postgres URL in CentOS 6 Dockerfile.
    
    The link was pointing to an rpm package that has since been
    replaced on the upstream server.
---
 support/packaging/centos/centos6.dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/packaging/centos/centos6.dockerfile b/support/packaging/centos/centos6.dockerfile
index 73c9637..c8471df 100644
--- a/support/packaging/centos/centos6.dockerfile
+++ b/support/packaging/centos/centos6.dockerfile
@@ -27,7 +27,7 @@ RUN curl -sSL \
 
 # PostgreSQL repo for libevent2.
 RUN  rpm -Uvh --replacepkgs \
-      http://yum.postgresql.org/9.5/redhat/rhel-6-x86_64/pgdg-centos95-9.5-3.noarch.rpm
+      http://yum.postgresql.org/9.5/redhat/rhel-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm
 
 # Setup JDK
 RUN echo -e 'export JAVA_HOME=/usr/lib/jvm/java-openjdk' >> /etc/profile.d/java-home.sh