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 \
51
51
tzdata \
52
52
grpc-cpp \
53
53
libprotobuf \
54
+ abseil-cpp-crc-cpu-detect \
55
+ abseil-cpp-vlog-config-internal \
54
56
&& ln -s /usr/local/nginx/sbin/nginx /sbin/nginx \
55
57
&& adduser -S -D -H -u 101 -h /usr/local/nginx \
56
58
-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
101
101
# Check for recent changes: https://github.com/ElvinEfendi/lua-resty-global-throttle/compare/v0.2.0...main
102
102
export LUA_RESTY_GLOBAL_THROTTLE_VERSION=v0.2.0
103
103
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
105
105
export MIMALOC_VERSION=v2.1.7
106
106
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"
111
112
112
113
export BUILD_PATH=/tmp/build
113
114
533
534
make modules
534
535
make install
535
536
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
537
539
cd " $BUILD_PATH "
538
540
539
541
git 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