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:43:07 UTC

[mesos] branch 1.11.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.11.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


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

commit 823878a23ebc044d5ee64e674f5a8ced7831a9ea
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 3151ba9..0bb0a41 100644
--- a/support/packaging/centos/centos6.dockerfile
+++ b/support/packaging/centos/centos6.dockerfile
@@ -31,7 +31,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