File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ RUN apk update \
5151 tzdata \
5252 grpc-cpp \
5353 libprotobuf \
54+ abseil-cpp-crc-cpu-detect \
55+ abseil-cpp-vlog-config-internal \
5456 && ln -s /usr/local/nginx/sbin/nginx /sbin/nginx \
5557 && adduser -S -D -H -u 101 -h /usr/local/nginx \
5658 -s /sbin/nologin -G www-data -g www-data www-data \
Original file line number Diff line number Diff line change @@ -95,13 +95,14 @@ export LUA_RESTY_REDIS_VERSION=8641b9f1b6f75cca50c90cf8ca5c502ad8950aa8
9595# Check for recent changes: https://github.com/api7/lua-resty-ipmatcher/compare/v0.6.1...master
9696export LUA_RESTY_IPMATCHER_VERSION=3e93c53eb8c9884efe939ef070486a0e507cc5be
9797
98- # Check for recent changes: https://github.com/microsoft/mimalloc/compare/v2.1.7...master
98+ # Check for recent changes: https://github.com/microsoft/mimalloc/compare/v2.1.7...master
9999export MIMALOC_VERSION=v2.1.7
100100
101- # Check on https://github.com/open-telemetry/opentelemetry-cpp
102- export OPENTELEMETRY_CPP_VERSION=" v1.11.0"
103- # Check on https://github.com/open-telemetry/opentelemetry-proto
104- export OPENTELEMETRY_PROTO_VERSION=" v1.1.0"
101+ # Check for recent changes: https://github.com/open-telemetry/opentelemetry-cpp/compare/v1.18.0...main
102+ export OPENTELEMETRY_CPP_VERSION=" v1.18.0"
103+
104+ # Check for recent changes: https://github.com/open-telemetry/opentelemetry-proto/compare/v1.5.0...main
105+ export OPENTELEMETRY_PROTO_VERSION=" v1.5.0"
105106
106107export BUILD_PATH=/tmp/build
107108
520521make modules
521522make install
522523
523- export OPENTELEMETRY_CONTRIB_COMMIT=e11348bb400d5472bf1da5d6128bead66fa111ff
524+ # Check for recent changes: https://github.com/open-telemetry/opentelemetry-cpp-contrib/compare/8933841f0a7f8737f61404cf0a64acf6b079c8a5...main
525+ export OPENTELEMETRY_CONTRIB_COMMIT=8933841f0a7f8737f61404cf0a64acf6b079c8a5
524526cd " $BUILD_PATH "
525527
526528git clone https://github.com/open-telemetry/opentelemetry-cpp-contrib.git opentelemetry-cpp-contrib-${OPENTELEMETRY_CONTRIB_COMMIT}
You can’t perform that action at this time.
0 commit comments