This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a commit to branch 1.10.x
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/1.10.x by this push:
new 2c9e829 Updated Postgres URL in CentOS 6 Dockerfile.
2c9e829 is described below
commit 2c9e829067465f10bab22aba273e1e3a93f60770
Author: Benjamin Mahler <[email protected]>
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