We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f137b commit 2497c2bCopy full SHA for 2497c2b
instrumentation/otel-webserver-module/docker/almalinux8/Dockerfile
@@ -1,5 +1,5 @@
1
2
-FROM almalinux:9.4
+FROM almalinux:8.10
3
4
5
ARG BUILD_NUMBER
@@ -91,7 +91,7 @@ RUN git clone https://github.com/grpc/grpc \
91
RUN mkdir -p dependencies
92
93
# install boost version 1.75.0
94
-RUN wget https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/${BOOST_FILENAME}_rc1.tar.gz \
+RUN wget wget https://archives.boost.io/release/${BOOST_VERSION}/source/${BOOST_FILENAME}_rc1.tar.gz \
95
&& tar -xvf ${BOOST_FILENAME}_rc1.tar.gz \
96
&& cd ${BOOST_FILENAME} \
97
&& ./bootstrap.sh --with-libraries=filesystem,system --prefix=/dependencies/boost/${BOOST_VERSION}/ \
0 commit comments