[
https://issues.apache.org/jira/browse/NIFI-8920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joey Frazee updated NIFI-8920:
------------------------------
Description:
Currently the Dockerhub Dockerfile will pull binaries from
https://archive.apache.org by default. It's preferable to pull these from a
mirror when available.
The Dockerfile should use
https://www.apache.org/dyn/closer.lua/nifi/${NIFI_VERSION}/nifi-${NIFI_VERSION}-bin.zip}?as_json
and the returned 'in_dist' and 'preferred' properties to determine the best
mirror for the MIRROR_BASE_URL.
was:
Currently the Dockerhub Dockerfile will pull binaries from
https://archive.apache.org by default. It's preferable to pull these from a
mirror when available.
The Dockerfile should use
https://www.apache.org/dyn/closer.lua/nifi/${NIFI_VERSION}/nifi-${NIFI_VERSION}-bin.zip}?as_json
and the returned 'in_dist' and 'preferred' properties to determine the best
mirror for the BASE_URL.
> Dockerhub build should use mirrors
> ----------------------------------
>
> Key: NIFI-8920
> URL: https://issues.apache.org/jira/browse/NIFI-8920
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Docker
> Affects Versions: 1.14.0
> Reporter: Joey Frazee
> Priority: Minor
>
> Currently the Dockerhub Dockerfile will pull binaries from
> https://archive.apache.org by default. It's preferable to pull these from a
> mirror when available.
> The Dockerfile should use
> https://www.apache.org/dyn/closer.lua/nifi/${NIFI_VERSION}/nifi-${NIFI_VERSION}-bin.zip}?as_json
> and the returned 'in_dist' and 'preferred' properties to determine the best
> mirror for the MIRROR_BASE_URL.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)