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 2021/04/22 00:53:16 UTC

[geode] branch develop updated: GEODE-9181: update Dockerfile to use closer.lua (#6358)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 4c1e7a0  GEODE-9181: update Dockerfile to use closer.lua (#6358)
4c1e7a0 is described below

commit 4c1e7a0a7c262c9630ed59801a1c04c8ee8ed3a9
Author: Owen Nichols <34...@users.noreply.github.com>
AuthorDate: Wed Apr 21 17:52:13 2021 -0700

    GEODE-9181: update Dockerfile to use closer.lua (#6358)
    
    the existing closer.cgi url had stopped redirecting to a file download, causing checksum failure in release scripts
---
 docker/Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 2d96eee..b5b246c 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -51,8 +51,7 @@ RUN set -eux; \
 	; do \
 		target="$(basename "$file")"; \
 		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.apache.org/dyn/closer.lua/$file?action=download"
 			"https://downloads.apache.org/$file" \
 			"https://archive.apache.org/dist/$file" \
 		; do \