Skip to content

Commit 5b142ed

Browse files
NGINX: Bump OpenTelemetry. (#12371)
1 parent 2429e9d commit 5b142ed

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

images/nginx/rootfs/Dockerfile

+2
Original file line numberDiff line numberDiff 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 \

images/nginx/rootfs/build.sh

+8-6
Original file line numberDiff line numberDiff 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
9696
export 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
9999
export 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

106107
export BUILD_PATH=/tmp/build
107108

@@ -520,7 +521,8 @@ make
520521
make modules
521522
make 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
524526
cd "$BUILD_PATH"
525527

526528
git clone https://github.com/open-telemetry/opentelemetry-cpp-contrib.git opentelemetry-cpp-contrib-${OPENTELEMETRY_CONTRIB_COMMIT}

0 commit comments

Comments
 (0)