Skip to content

Commit

Permalink
modify Boost downloads link (apache#11129)
Browse files Browse the repository at this point in the history
Co-authored-by: Shogo Nakamoto <shnakamo@yahoo-corp.jp>
  • Loading branch information
2 people authored and ciaocloud committed Oct 16, 2021
1 parent 4de39b7 commit 4c840b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pulsar-client-cpp/docker/alpine/Dockerfile
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion pulsar-client-cpp/docker/alpine/Dockerfile-alpine-3.8
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion pulsar-client-cpp/pkg/deb/Dockerfile
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion pulsar-client-cpp/pkg/rpm/Dockerfile
Expand Up @@ -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 && \
Expand Down

0 comments on commit 4c840b0

Please sign in to comment.