File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
instrumentation/otel-webserver-module Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN git clone https://github.com/grpc/grpc \
108
108
RUN mkdir -p dependencies
109
109
110
110
# install boost version
111
- RUN wget https://boostorg.jfrog .io/artifactory/main /release/${BOOST_VERSION}/source/${BOOST_FILENAME}_rc1.tar.gz \
111
+ RUN wget https://archives.boost .io/release/${BOOST_VERSION}/source/${BOOST_FILENAME}_rc1.tar.gz \
112
112
&& tar -xvf ${BOOST_FILENAME}_rc1.tar.gz \
113
113
&& cd ${BOOST_FILENAME} \
114
114
&& ./bootstrap.sh --with-libraries=filesystem,system --prefix=/dependencies/boost/${BOOST_VERSION}/ \
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ apt-get install apache2 -y && a2enmod proxy && a2enmod proxy_http \
157
157
&& a2enmod proxy_balancer && a2enmod dav
158
158
159
159
# Build and install boost
160
- wget https://boostorg.jfrog .io/artifactory/main /release/${BOOST_VERSION} /source/${BOOST_FILENAME} .tar.gz \
160
+ wget https://archives.boost .io/release/${BOOST_VERSION} /source/${BOOST_FILENAME} .tar.gz \
161
161
&& tar -xvf ${BOOST_FILENAME} .tar.gz \
162
162
&& cd ${BOOST_FILENAME} \
163
163
&& ./bootstrap.sh --with-libraries=filesystem,system --prefix=/dependencies/boost/${BOOST_VERSION} / \
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ RUN git clone https://github.com/grpc/grpc \
89
89
RUN mkdir -p dependencies
90
90
91
91
# install boost version 1.75.0
92
- RUN wget https://boostorg.jfrog .io/artifactory/main /release/${BOOST_VERSION}/source/${BOOST_FILENAME}_rc1.tar.gz \
92
+ RUN wget https://archives.boost .io/release/${BOOST_VERSION}/source/${BOOST_FILENAME}_rc1.tar.gz \
93
93
&& tar -xvf ${BOOST_FILENAME}_rc1.tar.gz \
94
94
&& cd ${BOOST_FILENAME} \
95
95
&& ./bootstrap.sh --with-libraries=filesystem,system --prefix=/dependencies/boost/${BOOST_VERSION}/ \
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ RUN git clone https://github.com/grpc/grpc \
116
116
RUN mkdir -p dependencies
117
117
118
118
# install boost version 1.75.0
119
- RUN wget https://boostorg.jfrog .io/artifactory/main /release/${BOOST_VERSION}/source/${BOOST_FILENAME}_rc1.tar.gz \
119
+ RUN wget https://archives.boost .io/release/${BOOST_VERSION}/source/${BOOST_FILENAME}_rc1.tar.gz \
120
120
&& tar -xvf ${BOOST_FILENAME}_rc1.tar.gz \
121
121
&& cd ${BOOST_FILENAME} \
122
122
&& ./bootstrap.sh --with-libraries=filesystem,system --prefix=/dependencies/boost/${BOOST_VERSION}/ \
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ RUN apt-get install apache2 -y && a2enmod proxy && a2enmod proxy_http \
159
159
&& a2enmod proxy_balancer && a2enmod dav
160
160
161
161
# Build and install boost
162
- RUN wget https://boostorg.jfrog .io/artifactory/main /release/${BOOST_VERSION}/source/${BOOST_FILENAME}.tar.gz \
162
+ RUN wget https://archives.boost .io/release/${BOOST_VERSION}/source/${BOOST_FILENAME}.tar.gz \
163
163
&& tar -xvf ${BOOST_FILENAME}.tar.gz \
164
164
&& cd ${BOOST_FILENAME} \
165
165
&& ./bootstrap.sh --with-libraries=filesystem,system --prefix=/dependencies/boost/${BOOST_VERSION}/ \
You can’t perform that action at this time.
0 commit comments