This is an automated email from the ASF dual-hosted git repository. bennoe 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 cfc7e6e Updated URL in CentOS 6 Dockerfile. cfc7e6e is described below commit cfc7e6e9905329460d182150a91317b3e0a75157 Author: Benno Evers <bev...@mesosphere.com> AuthorDate: Tue May 14 11:52:59 2019 +0200 Updated URL in CentOS 6 Dockerfile. The link was pointing to a rpm package that was apparently replaced on the upstream file server. Review: https://reviews.apache.org/r/70639 --- 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 ddbeb29..73c9637 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-2.noarch.rpm + http://yum.postgresql.org/9.5/redhat/rhel-6-x86_64/pgdg-centos95-9.5-3.noarch.rpm # Setup JDK RUN echo -e 'export JAVA_HOME=/usr/lib/jvm/java-openjdk' >> /etc/profile.d/java-home.sh