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

penghui pushed a commit to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 1671baac1a4e22ecbcd24e262a7167020159b5d2
Author: sh05 <[email protected]>
AuthorDate: Mon Jun 28 19:51:27 2021 +0900

    modify Boost downloads link (#11129)
    
    Co-authored-by: Shogo Nakamoto <[email protected]>
    (cherry picked from commit 6c9d7c812f490fecd73e69ab409aa020b08514ee)
---
 pulsar-client-cpp/docker/alpine/Dockerfile            | 2 +-
 pulsar-client-cpp/docker/alpine/Dockerfile-alpine-3.8 | 2 +-
 pulsar-client-cpp/pkg/deb/Dockerfile                  | 2 +-
 pulsar-client-cpp/pkg/rpm/Dockerfile                  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pulsar-client-cpp/docker/alpine/Dockerfile 
b/pulsar-client-cpp/docker/alpine/Dockerfile
index 8e736c7..ef77284 100644
--- a/pulsar-client-cpp/docker/alpine/Dockerfile
+++ b/pulsar-client-cpp/docker/alpine/Dockerfile
@@ -35,7 +35,7 @@ RUN apk update \
 ####################################
 
 # Download and compile boost
-RUN curl -O -L 
https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.gz && \
+RUN curl -O -L 
https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.gz
 && \
     tar xfz boost_1_72_0.tar.gz && \
     cd /boost_1_72_0 && \
     ./bootstrap.sh --with-libraries=program_options,regex,system,python 
--with-python=/usr/bin/python3 && \
diff --git a/pulsar-client-cpp/docker/alpine/Dockerfile-alpine-3.8 
b/pulsar-client-cpp/docker/alpine/Dockerfile-alpine-3.8
index 5391dde..0a9fbb4 100644
--- a/pulsar-client-cpp/docker/alpine/Dockerfile-alpine-3.8
+++ b/pulsar-client-cpp/docker/alpine/Dockerfile-alpine-3.8
@@ -35,7 +35,7 @@ RUN apk update \
 ####################################
 
 # Download and compile boost
-RUN curl -O -L 
https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.gz && \
+RUN curl -O -L 
https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.gz
 && \
     tar xfz boost_1_72_0.tar.gz && \
     cd /boost_1_72_0 && \
     ./bootstrap.sh --with-libraries=program_options,regex,system,python 
--with-python=/usr/bin/python3 && \
diff --git a/pulsar-client-cpp/pkg/deb/Dockerfile 
b/pulsar-client-cpp/pkg/deb/Dockerfile
index 809c705..77c3f47 100644
--- a/pulsar-client-cpp/pkg/deb/Dockerfile
+++ b/pulsar-client-cpp/pkg/deb/Dockerfile
@@ -26,7 +26,7 @@ RUN apt-get update -y && \
                 libxml2-utils git
 
 # Download and compile boost
-RUN curl -O -L 
https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.tar.gz && \
+RUN curl -O -L 
https://boostorg.jfrog.io/artifactory/main/release/1.64.0/source/boost_1_64_0.tar.gz
 && \
     tar xvfz boost_1_64_0.tar.gz && \
     cd /boost_1_64_0 && \
     ./bootstrap.sh 
--with-libraries=program_options,filesystem,regex,thread,system,python && \
diff --git a/pulsar-client-cpp/pkg/rpm/Dockerfile 
b/pulsar-client-cpp/pkg/rpm/Dockerfile
index 5ab9479..c2406c5 100644
--- a/pulsar-client-cpp/pkg/rpm/Dockerfile
+++ b/pulsar-client-cpp/pkg/rpm/Dockerfile
@@ -26,7 +26,7 @@ RUN yum update -y && \
                 python-devel createrepo libstdc++-static.x86_64
 
 # Download and compile boost
-RUN curl -O -L 
https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.tar.gz && \
+RUN curl -O -L 
https://boostorg.jfrog.io/artifactory/main/release/1.64.0/source/boost_1_64_0.tar.gz
 && \
     tar xvfz boost_1_64_0.tar.gz && \
     cd /boost_1_64_0 && \
     ./bootstrap.sh 
--with-libraries=program_options,filesystem,regex,thread,system,python && \

Reply via email to