Skip to content

Commit

Permalink
Images: Bump OpenTelemetry C++ Contrib. (#11951)
Browse files Browse the repository at this point in the history
Co-authored-by: Damien Mehala <damien.mehala+github@gmail.com>
  • Loading branch information
k8s-infra-cherrypick-robot and dmehala authored Sep 8, 2024
1 parent 44efd44 commit 5d8e08f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/nginx-1.25/rootfs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ make
make modules
make install

export OPENTELEMETRY_CONTRIB_COMMIT=aaa51e2297bcb34297f3c7aa44fa790497d2f7f3
export OPENTELEMETRY_CONTRIB_COMMIT=e11348bb400d5472bf1da5d6128bead66fa111ff
cd "$BUILD_PATH"

git clone https://github.com/open-telemetry/opentelemetry-cpp-contrib.git opentelemetry-cpp-contrib-${OPENTELEMETRY_CONTRIB_COMMIT}
Expand Down
4 changes: 2 additions & 2 deletions images/opentelemetry/rootfs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ install_otel()
install_nginx()
{

# Check for recent changes: https://github.com/open-telemetry/opentelemetry-cpp-contrib/compare/2656a4...main
export OPENTELEMETRY_CONTRIB_COMMIT=aaa51e2297bcb34297f3c7aa44fa790497d2f7f3
# Check for recent changes: https://github.com/open-telemetry/opentelemetry-cpp-contrib/compare/e11348bb400d5472bf1da5d6128bead66fa111ff...main
export OPENTELEMETRY_CONTRIB_COMMIT=e11348bb400d5472bf1da5d6128bead66fa111ff

mkdir -p /etc/nginx
cd "$BUILD_PATH"
Expand Down

0 comments on commit 5d8e08f

Please sign in to comment.