Skip to content

Commit

Permalink
fix image download search order
Browse files Browse the repository at this point in the history
  • Loading branch information
onichols-pivotal committed Apr 21, 2021
1 parent b862f19 commit 8d82434
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +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://downloads.apache.org/dist/$file" \
"https://downloads.apache.org/$file" \
"https://archive.apache.org/dist/$file" \
; do \
if wget -O "$target" "$url"; then \
Expand Down

0 comments on commit 8d82434

Please sign in to comment.