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 @@ -101,13 +101,14 @@ export LUA_RESTY_IPMATCHER_VERSION=3e93c53eb8c9884efe939ef070486a0e507cc5be
101101# Check for recent changes: https://github.com/ElvinEfendi/lua-resty-global-throttle/compare/v0.2.0...main
102102export LUA_RESTY_GLOBAL_THROTTLE_VERSION=v0.2.0
103103
104- # Check for recent changes: https://github.com/microsoft/mimalloc/compare/v2.1.7...master
104+ # Check for recent changes: https://github.com/microsoft/mimalloc/compare/v2.1.7...master
105105export MIMALOC_VERSION=v2.1.7
106106
107- # Check on https://github.com/open-telemetry/opentelemetry-cpp
108- export OPENTELEMETRY_CPP_VERSION=" v1.11.0"
109- # Check on https://github.com/open-telemetry/opentelemetry-proto
110- export OPENTELEMETRY_PROTO_VERSION=" v1.1.0"
107+ # Check for recent changes: https://github.com/open-telemetry/opentelemetry-cpp/compare/v1.18.0...main
108+ export OPENTELEMETRY_CPP_VERSION=" v1.18.0"
109+
110+ # Check for recent changes: https://github.com/open-telemetry/opentelemetry-proto/compare/v1.5.0...main
111+ export OPENTELEMETRY_PROTO_VERSION=" v1.5.0"
111112
112113export BUILD_PATH=/tmp/build
113114
533534make modules
534535make install
535536
536- export OPENTELEMETRY_CONTRIB_COMMIT=e11348bb400d5472bf1da5d6128bead66fa111ff
537+ # Check for recent changes: https://github.com/open-telemetry/opentelemetry-cpp-contrib/compare/8933841f0a7f8737f61404cf0a64acf6b079c8a5...main
538+ export OPENTELEMETRY_CONTRIB_COMMIT=8933841f0a7f8737f61404cf0a64acf6b079c8a5
537539cd " $BUILD_PATH "
538540
539541git 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