You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2020/03/30 23:22:04 UTC

[geode] branch release/1.12.0 updated: backport change to new apache download site

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

onichols pushed a commit to branch release/1.12.0
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/release/1.12.0 by this push:
     new b974802  backport change to new apache download site
b974802 is described below

commit b9748027833d2adeae155f170f2cb8ec372e15b3
Author: Owen Nichols <on...@pivotal.io>
AuthorDate: Mon Mar 30 16:21:24 2020 -0700

    backport change to new apache download site
---
 docker/Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 01fb3b9..7b5f8f2 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -52,8 +52,7 @@ RUN set -eux; \
 		for url in \
 # https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
 			"https://www.apache.org/dyn/closer.cgi?action=download&filename=$file" \
-			"https://www-us.apache.org/dist/$file" \
-			"https://www.apache.org/dist/$file" \
+			"https://downloads.apache.org/dist/$file" \
 			"https://archive.apache.org/dist/$file" \
 		; do \
 			if wget -O "$target" "$url"; then \